Represents a custom property type that FieldPanel uses to manage its contained NullableField.
Declaring type: NullableFieldManagerSettings
Namespace: XNode.Web.XField.CustomProperty.FieldManagement
Assembly: XNode.Web.XField
Collapse/Expand Public Constructors
  Name Description
Public Method NullableFieldManagerSettings Overloaded. Initializes a new instance of NullableFieldManagerSettings.
Collapse/Expand Public Properties
  Name Description
Public Property Virtual DataInNewLine Gets or sets a value indicating whether the data controls of all NullableField controls contained in a FieldPanel should be rendered in new line.
Public Property Virtual FixedLabelWidth Gets or sets a value indicating whether the width of the label of all NullableField controls contained in a FieldPanel should be fixed and based on LabelWidth property.
Public Property Virtual LabelAlignRight Gets or sets a value indicating whether the label text of all NullableField controls contained in a FieldPanel should be aligned to right.
Public Property Virtual LabelWidth Gets or sets the width of the label of all NullableField controls contained in a FieldPanel. This property takes effect only when property FixedLabelWidth is set to true and property DataInNewLine is set to false.
Public Property Virtual NotNullSymbolColor Gets or sets the RGB color(e.g., #D8D8D8 or red) of the not null symbol for all NullableField controls contained in a FieldPanel.