DataFormItem Members
The base class for data form editors.Fields
Name | Description |
---|---|
BackgroundColorProperty static | Identifies the BackgroundColor bindable property. |
BottomTextFontAttributesProperty static | Identifies the BottomTextFontAttributes bindable property. |
BottomTextFontFamilyProperty static | Identifies the BottomTextFontFamily bindable property. |
BottomTextFontSizeProperty static | Identifies the BottomTextFontSize bindable property. |
EditorMaxWidthProperty static | Identifies the EditorMaxWidth bindable property. |
EditorMinWidthProperty static | Identifies the EditorMinWidth bindable property. |
EditorWidthProperty static | Identifies the EditorWidth bindable property. |
ErrorColorProperty static | Identifies the ErrorColor bindable property. |
FieldNameProperty static | Identifies the FieldName bindable property. |
GroupNameProperty static | Identifies the GroupName bindable property. |
HelpTextColorProperty static | Identifies the HelpTextColor bindable property. |
HelpTextProperty static | Identifies the HelpText bindable property. |
IsEnabledProperty static | Identifies the IsEnabled bindable property. |
IsLabelVisibleProperty static | Identifies the IsLabelVisible bindable property. |
IsVisibleProperty static | Identifies the IsVisible bindable property. |
ItemOrderInRowProperty static | Identifies the ItemOrderInRow bindable property. |
LabelColorProperty static | Identifies the LabelColor bindable property. |
LabelFontAttributesProperty static | Identifies the LabelFontAttributes bindable property. |
LabelFontFamilyProperty static | Identifies the LabelFontFamily bindable property. |
LabelFontSizeProperty static | Identifies the LabelFontSize bindable property. |
LabelHorizontalAlignmentProperty static | Identifies the LabelHorizontalAlignment bindable property. |
LabelIconProperty static | Identifies the LabelIcon bindable property. |
LabelIndentProperty static | Identifies the LabelIndent bindable property. |
LabelMaxWidthProperty static | Identifies the LabelMaxWidth bindable property. |
LabelMinWidthProperty static | Identifies the LabelMinWidth bindable property. |
LabelPositionProperty static | Identifies the LabelPosition bindable property. |
LabelTextProperty static | Identifies the LabelText bindable property. |
LabelWidthProperty static | Identifies the LabelWidth bindable property. |
PaddingProperty static | Identifies the Padding bindable property. |
ReserveBottomTextLineProperty static | Identifies the ReserveBottomTextLine bindable property. |
RowOrderProperty static | Identifies the RowOrder bindable property. |
RowSpanProperty static | Identifies the RowSpan bindable property. |
Properties
Name | Description |
---|---|
ActualIsEnabled | |
BackgroundColor | Gets or sets the background color of the data form’s item. This is a bindable property. |
BottomTextFontAttributes | Gets or sets whether the editor’s help and error text is bold or italic. This is a bindable property. |
BottomTextFontFamily | Gets or sets the name of the font for the editor’s help and error text. This is a bindable property. |
BottomTextFontSize | Gets or sets the font size of the editor’s help and error text. This is a bindable property. |
EditorMaxWidth | Gets or sets the maximum width of the edit box. This is a bindable property. |
EditorMinWidth | Gets or sets the minimum width of the edit box. This is a bindable property. |
EditorWidth | Gets or sets the width of the edit box. This is a bindable property. |
ErrorColor | Gets or sets the color of the editor’s borders, in-place label, error icon, and error message. This is a bindable property. |
FieldName | Gets or sets the name of the data object’s property to which the editor is bound. This is a bindable property. |
GroupName | Gets or sets the name of the group that contains the editor. This is a bindable property. |
HelpText | Gets or sets the input prompt string displayed below the edit box. This is a bindable property. |
HelpTextColor | Gets or sets the color of help text displayed below the editor. This is a bindable property. |
IsEnabled | Gets or sets whether the item is enabled. This is a bindable property. |
IsLabelVisible | Gets or sets whether the data form displays a label for the editor. This is a bindable property. |
IsVisible | Gets or sets whether the editor is visible on the data form. This is a bindable property. |
ItemOrderInRow | Gets or sets the editor’s position in a row. This is a bindable property. |
LabelColor | Gets or sets the color of the editor’s label (text or icon). This is a bindable property. |
LabelFontAttributes | Gets or sets the font style for the editor’s text label. This is a bindable property. |
LabelFontFamily | Gets or sets the font family name for the editor’s text label. This is a bindable property. |
LabelFontSize | Gets or sets the font size for the editor’s text label. This is a bindable property. |
LabelHorizontalAlignment | Gets or sets the horizontal alignment of a label displayed above the editor. This is a bindable property. |
LabelIcon | Gets or sets an image used as the editor’s label. This is a bindable property. |
LabelIndent | Gets or sets the distance between the editor and its label. This is a bindable property. |
LabelMaxWidth | Gets or sets the maximum width of the editor’s label. This is a bindable property. |
LabelMinWidth | Gets or sets the minimum width of the editor’s label. This is a bindable property. |
LabelPosition | Gets or sets the position of a label relative to the editor. This is a bindable property. |
LabelText | Gets or sets the editor’s label text. This is a bindable property. |
LabelWidth | Gets or sets the width of the editor’s label. This is a bindable property. |
Padding | Gets or sets the distance between the data form item’s edges and content (editor and label). This is a bindable property. |
ReserveBottomTextLine | Gets or sets whether a line for help and error text below the editor is reserved. This is a bindable property. |
RowOrder | Gets or sets the row in which the editor is located. This is a bindable property. |
RowSpan | Gets or sets the number of layout rows that this item spans. This is a bindable property. |
Methods
Name | Description |
---|---|
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
GetValue() | Returns the current value of the data form editor. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
SetValue(Object) | Specifies the Data Form editor value. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also