DataFormDateItem Properties
Stores settings of the data form’s date editor.| Name | Description |
|---|---|
| ActualIsEnabled | Inherited from DataFormItem. |
| ActualIsReadOnly | Inherited from DataFormTextItemBase. |
| AutofillContentType | Gets or sets the hint that helps an autofill service determine how to populate the editor with user data. |
| 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 | Inherited from DataFormTextItemBase. |
| ClearIconVisibility | Inherited from DataFormTextItemBase. |
| 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 | Inherited from DataFormTextItemBase. |
| IsEnabled | Inherited from DataFormItem. |
| IsInplaceLabelFloating | Inherited from DataFormTextItemBase. |
| 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. Inherited from DataFormTextItemBase. |
| 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. Inherited from DataFormTextItemBase. |
| 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. |
| MaxDate | Gets or sets the maximum date that users can assign to the editor. |
| MinDate | Gets or sets the minimum date that users can assign to the editor. |
| Padding | Gets or sets the distance between the data form item’s edges and content (editor and label). Inherited from DataFormItem. |
| PickerActiveViewType | Gets or sets whether the calendar displays the day, month, or year view. |
| PickerDisplayDate | Gets or sets a date that allows you to specify the month, year, or decade displayed in the current date picker view. |
| PickerFirstDayOfWeek | Gets or sets the first day of the week in the default picker. |
| PickerShowTrailingDays | Gets or sets whether days related to the previous and next months are displayed in the default picker. |
| Placeholder | Gets or sets the editor’s placeholder text. Inherited from DataFormTextItemBase. |
| ReserveBottomTextLine | Allows you to reserve a line for help and error text below the editor. Inherited from DataFormItem. |
| ReturnType | Inherited from DataFormTextItemBase. |
| 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. |
| UseNativePicker | Gets or sets whether to use a platform-specific (native) or cross-platform (default) date picker. |
See Also