Collapse All
Public Constructors
| Name | Description | |
|---|---|---|
![]() |
NullableFieldManagerSettings | Overloaded. Initializes a new instance of NullableFieldManagerSettings. |
Public Properties
| Name | Description | |
|---|---|---|
![]() |
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. |
![]() |
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. |
![]() |
LabelAlignRight | Gets or sets a value indicating whether the label text of all NullableField controls contained in a FieldPanel should be aligned to right. |
![]() |
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. |
![]() |
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. |