DataFormDateEditorAttribute Properties
Specifies that a data form uses a date editor for a property.Name | Description |
---|---|
AutofillContentType | Gets or sets the hint that helps an autofill service determine how to populate the editor with user data. |
CharacterCasing | Inherited from DataFormTextEditorAttributeBase. |
ClearIconVisibility | Inherited from DataFormTextEditorAttributeBase. |
DisplayFormat | |
InplaceLabelText | Inherited from DataFormTextEditorAttributeBase. |
IsInplaceLabelFloating | Inherited from DataFormTextEditorAttributeBase. |
IsReadOnly | Inherited from DataFormTextEditorAttributeBase. |
Keyboard | Gets or sets the type of keyboard used to input text. Inherited from DataFormTextEditorAttributeBase. |
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. |
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. |
PickerShowTrailingDates | 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 DataFormTextEditorAttributeBase. |
ReturnType | Inherited from DataFormTextEditorAttributeBase. |
TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute. |
UseNativePicker | Gets or sets whether to use a platform-specific (native) or cross-platform (default) date picker. |
See Also