DataFormTextItemBase Members
The base class for data form’s editors with text input support.Fields
| Name | Description |
|---|---|
| BackgroundColorProperty static | Identifies the BackgroundColor dependency property. Inherited from DataFormItem. |
| BottomTextFontAttributesProperty static | Identifies the BottomTextFontAttributes dependency property. Inherited from DataFormItem. |
| BottomTextFontFamilyProperty static | Identifies the BottomTextFontFamily dependency property. Inherited from DataFormItem. |
| BottomTextFontSizeProperty static | Identifies the BottomTextFontSize dependency property. Inherited from DataFormItem. |
| CharacterCasingProperty static | Identifies the CharacterCasing dependency property. |
| ClearIconVisibilityProperty static | Identifies the ClearIconVisibility dependency property. |
| DisplayFormatProperty static | Identifies the DisplayFormat dependency property. Inherited from DataFormItem. |
| EditorMaxWidthProperty static | Identifies the EditorMaxWidth dependency property. Inherited from DataFormItem. |
| EditorMinWidthProperty static | Identifies the EditorMinWidth dependency property. Inherited from DataFormItem. |
| EditorWidthProperty static | Identifies the EditorWidth dependency property. Inherited from DataFormItem. |
| ErrorColorProperty static | Identifies the ErrorColor dependency property. Inherited from DataFormItem. |
| FieldNameProperty static | Identifies the FieldName dependency property. Inherited from DataFormItem. |
| GroupNameProperty static | Identifies the GroupName dependency property. Inherited from DataFormItem. |
| HelpTextColorProperty static | Identifies the HelpTextColor dependency property. Inherited from DataFormItem. |
| HelpTextProperty static | Identifies the HelpText dependency property. Inherited from DataFormItem. |
| InplaceLabelTextProperty static | Identifies the InplaceLabelText dependency property. |
| IsEnabledProperty static | Identifies the IsEnabled dependency property. Inherited from DataFormItem. |
| IsInplaceLabelFloatingProperty static | Identifies the IsInplaceLabelFloating dependency property. |
| IsLabelVisibleProperty static | Identifies the IsLabelVisible dependency property. Inherited from DataFormItem. |
| IsReadOnlyProperty static | Identifies the IsReadOnly dependency property. |
| IsVisibleProperty static | Identifies the IsVisible dependency property. Inherited from DataFormItem. |
| ItemOrderInRowProperty static | Identifies the ItemOrderInRow dependency property. Inherited from DataFormItem. |
| KeyboardProperty static | Identifies the Keyboard dependency property. |
| LabelColorProperty static | Identifies the LabelColor dependency property. Inherited from DataFormItem. |
| LabelFontAttributesProperty static | Identifies the LabelFontAttributes dependency property. Inherited from DataFormItem. |
| LabelFontFamilyProperty static | Identifies the LabelFontFamily dependency property. Inherited from DataFormItem. |
| LabelFontSizeProperty static | Identifies the LabelFontSize dependency property. Inherited from DataFormItem. |
| LabelHorizontalAlignmentProperty static | Identifies the LabelHorizontalAlignment dependency property. Inherited from DataFormItem. |
| LabelIconProperty static | Identifies the LabelIcon dependency property. Inherited from DataFormItem. |
| LabelIndentProperty static | Identifies the LabelIndent dependency property. Inherited from DataFormItem. |
| LabelMaxWidthProperty static | Identifies the LabelMaxWidth dependency property. Inherited from DataFormItem. |
| LabelMinWidthProperty static | Identifies the LabelMinWidth dependency property. Inherited from DataFormItem. |
| LabelPositionProperty static | Identifies the LabelPosition dependency property. Inherited from DataFormItem. |
| LabelTextProperty static | Identifies the LabelText dependency property. Inherited from DataFormItem. |
| LabelWidthProperty static | Identifies the LabelWidth dependency property. Inherited from DataFormItem. |
| PaddingProperty static | Identifies the Padding dependency property. Inherited from DataFormItem. |
| PlaceholderProperty static | Identifies the Placeholder dependency property. |
| ReserveBottomTextLineProperty static | Identifies the ReserveBottomTextLine dependency property. Inherited from DataFormItem. |
| ReturnTypeProperty static | Identifies the ReturnType dependency property. |
| RowOrderProperty static | Identifies the RowOrder dependency property. Inherited from DataFormItem. |
| RowSpanProperty static | Identifies the RowSpan dependency property. Inherited from DataFormItem. |
Properties
| Name | Description |
|---|---|
| ActualIsEnabled | Inherited from DataFormItem. |
| ActualIsReadOnly | |
| BackgroundColor | Gets or sets the background color of the data form’s item. Inherited from DataFormItem. |
| BottomTextFontAttributes | Specifies whether the editor’s help and error text is bold or italic. Inherited from DataFormItem. |
| BottomTextFontFamily | Gets or sets the name of the font for the editor’s help and error text. Inherited from DataFormItem. |
| BottomTextFontSize | Gets or sets the font size of the editor’s help and error text. Inherited from DataFormItem. |
| CharacterCasing | |
| ClearIconVisibility | |
| DisplayFormat | Inherited from DataFormItem. |
| EditorMaxWidth | Gets or sets the maximum width of the edit box. Inherited from DataFormItem. |
| EditorMinWidth | Gets or sets the minimum width of the edit box. Inherited from DataFormItem. |
| EditorWidth | Gets or sets the width of the edit box. Inherited from DataFormItem. |
| ErrorColor | Specifies the color of the editor’s borders, in-place label, error icon, and error message. Inherited from DataFormItem. |
| FieldName | Gets or sets the name of the data object’s property to which the editor is bound. Inherited from DataFormItem. |
| GroupName | Gest or sets the name of the group that contains the editor. Inherited from DataFormItem. |
| HelpText | Specifies the input prompt string displayed below the edit box. Inherited from DataFormItem. |
| HelpTextColor | Specifies the color of help text displayed below the editor. Inherited from DataFormItem. |
| InplaceLabelText | |
| IsEnabled | Inherited from DataFormItem. |
| IsInplaceLabelFloating | |
| IsLabelVisible | Specifies whether the data form displays a label for the editor. Inherited from DataFormItem. |
| IsReadOnly | Gets or sets whether users can change text in the editor. |
| IsVisible | Specifies whether the editor is visible on the data form. Inherited from DataFormItem. |
| ItemOrderInRow | Gets or sets the editor’s position in a row. Inherited from DataFormItem. |
| Keyboard | Gets or sets the type of keyboard used to input text. |
| LabelColor | Specifies the color of the editor’s label (text or icon). Inherited from DataFormItem. |
| LabelFontAttributes | Gets or sets the font style for the editor’s text label. Inherited from DataFormItem. |
| LabelFontFamily | Gets or sets the font family name for the editor’s text label. Inherited from DataFormItem. |
| LabelFontSize | Gets or sets the font size for the editor’s text label. Inherited from DataFormItem. |
| LabelHorizontalAlignment | Gets or sets the horizontal alignment of a label displayed above the editor. Inherited from DataFormItem. |
| LabelIcon | Gets or sets an image used as the editor’s label. Inherited from DataFormItem. |
| LabelIndent | Gets or sets the distance between the editor and its label. Inherited from DataFormItem. |
| LabelMaxWidth | Gets or sets the maximum width of the editor’s label. Inherited from DataFormItem. |
| LabelMinWidth | Gets or sets the minimum width of the editor’s label. Inherited from DataFormItem. |
| LabelPosition | Gets or sets the position of a label relative to the editor. Inherited from DataFormItem. |
| LabelText | Gets or sets the editor’s label text. Inherited from DataFormItem. |
| LabelWidth | Gets or sets the width of the editor’s label. Inherited from DataFormItem. |
| Padding | Gets or sets the distance between the data form item’s edges and content (editor and label). Inherited from DataFormItem. |
| Placeholder | Gets or sets the editor’s placeholder text. |
| ReserveBottomTextLine | Allows you to reserve a line for help and error text below the editor. Inherited from DataFormItem. |
| ReturnType | |
| RowOrder | Specifies the row in which the editor is located. Inherited from DataFormItem. |
| RowSpan | Gets or sets the number of layout rows that this item spans. Inherited from DataFormItem. |
Methods
| Name | Description |
|---|---|
| GetDisplayText() | Inherited from DataFormItem. |
| GetDisplayText(Object) | Inherited from DataFormItem. |
| GetValue() | Inherited from DataFormItem. |
| SetValue(Object) | Inherited from DataFormItem. |
See Also