Skip to main content
A newer version of this page is available. .

DataFormCheckBoxItem Properties

Stores settings of the data form’s CheckEdit.
Name Description
ActualIsEnabled Inherited from DataFormItem.
AllowIndeterminateInput Gets or sets whether a user can set the editor to the indeterminate state. This is a bindable property.
BackgroundColor Gets or sets the background color of the data form’s item. This is a bindable property. Inherited from DataFormItem.
BottomTextFontAttributes Gets or sets whether the editor’s help and error text is bold or italic. This is a bindable property. Inherited from DataFormItem.
BottomTextFontFamily Gets or sets the name of the font for the editor’s help and error text. This is a bindable property. Inherited from DataFormItem.
BottomTextFontSize Gets or sets the font size of the editor’s help and error text. This is a bindable property. Inherited from DataFormItem.
DisplayFormat Gets or sets the pattern used to format the DataFormItem‘s value. This is a bindable property. Inherited from DataFormItem.
EditorHorizontalAlignment Gets or sets a CheckEdit‘s horizontal alignment within the data form. This is a bindable property.
EditorMaxWidth Gets or sets the maximum width of the edit box. This is a bindable property. Inherited from DataFormItem.
EditorMinWidth Gets or sets the minimum width of the edit box. This is a bindable property. Inherited from DataFormItem.
EditorWidth Gets or sets the width of the edit box. This is a bindable property. Inherited from DataFormItem.
ErrorColor Gets or sets the color of the editor’s borders, in-place label, error icon, and error message. This is a bindable property. Inherited from DataFormItem.
FieldName Gets or sets the name of the data object’s property to which the editor is bound. This is a bindable property. Inherited from DataFormItem.
GroupName Gets or sets the name of the group that contains the editor. This is a bindable property. Inherited from DataFormItem.
HelpText Gets or sets the input prompt string displayed below the edit box. This is a bindable property. Inherited from DataFormItem.
HelpTextColor Gets or sets the color of help text displayed below the editor. This is a bindable property. Inherited from DataFormItem.
IsEnabled Gets or sets whether the item is enabled. This is a bindable property. Inherited from DataFormItem.
IsLabelVisible Gets or sets whether the data form displays a label for the editor. This is a bindable property. Inherited from DataFormItem.
IsVisible Gets or sets whether the editor is visible on the data form. This is a bindable property. Inherited from DataFormItem.
ItemOrderInRow Gets or sets the editor’s position in a row. This is a bindable property. Inherited from DataFormItem.
LabelColor Gets or sets the color of the editor’s label (text or icon). This is a bindable property. Inherited from DataFormItem.
LabelFontAttributes Gets or sets the font style for the editor’s text label. This is a bindable property. Inherited from DataFormItem.
LabelFontFamily Gets or sets the font family name for the editor’s text label. This is a bindable property. Inherited from DataFormItem.
LabelFontSize Gets or sets the font size for the editor’s text label. This is a bindable property. Inherited from DataFormItem.
LabelHorizontalAlignment Gets or sets the horizontal alignment of a label displayed above the editor. This is a bindable property. Inherited from DataFormItem.
LabelIcon Gets or sets an image used as the editor’s label. This is a bindable property. Inherited from DataFormItem.
LabelIndent Gets or sets the distance between the editor and its label. This is a bindable property. Inherited from DataFormItem.
LabelMaxWidth Gets or sets the maximum width of the editor’s label. This is a bindable property. Inherited from DataFormItem.
LabelMinWidth Gets or sets the minimum width of the editor’s label. This is a bindable property. Inherited from DataFormItem.
LabelPosition Gets or sets the position of a label relative to the editor. This is a bindable property. Inherited from DataFormItem.
LabelText Gets or sets the editor’s label text. This is a bindable property. Inherited from DataFormItem.
LabelWidth Gets or sets the width of the editor’s label. This is a bindable property. Inherited from DataFormItem.
Padding Gets or sets the distance between the data form item’s edges and content (editor and label). This is a bindable property. Inherited from DataFormItem.
ReserveBottomTextLine Gets or sets whether a line for help and error text below the editor is reserved. This is a bindable property. Inherited from DataFormItem.
RowOrder Gets or sets the row in which the editor is located. This is a bindable property. Inherited from DataFormItem.
RowSpan Gets or sets the number of layout rows that this item spans. This is a bindable property. Inherited from DataFormItem.
See Also