DataFormDateEditorAttribute Properties
Specifies that a data form uses a date editor for a property.
Name | Description |
---|---|
Autofill |
Gets or sets the hint that helps an autofill service determine how to populate the editor with user data. |
Character |
Gets or sets whether to automatically convert characters to lowercase or uppercase when a user enters text in the editor.
Inherited from Data |
Clear |
Gets or sets whether the clear icon is displayed.
Inherited from Data |
Display |
Gets or sets the format for numeric and date/time values displayed in the editor. |
Inplace |
Gets or sets the inplace editor’s label text. This is a bindable property.
Inherited from Data |
Is |
Gets or sets whether the label changes its position depending on the editor state, or it is pinned to the top of the editor box.
Inherited from Data |
Is |
Gets or sets whether users can change a value in the editor.
Inherited from Data |
Keyboard |
Gets or sets the type of keyboard used to input text.
Inherited from Data |
Max |
Gets or sets the maximum date that users can assign to the editor. |
Min |
Gets or sets the minimum date that users can assign to the editor. |
Picker |
Gets or sets whether the calendar displays the day, month, or year view. |
Picker |
Gets or sets whether the date picker displays the CLEAR button. This is a bindable property. |
Picker |
Gets or sets a date that allows you to specify the month, year, or decade displayed in the current date picker view. |
Picker |
Gets or sets the first day of the week in the default picker. |
Picker |
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 Data |
Return |
Gets or sets the appearance of the ‘Return’ button on the operating system’s on-screen keyboard.
Inherited from Data |
Type |
When implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute. |
Use |
Gets or sets whether to use a platform-specific (native) or cross-platform (default) date picker. |
See Also