Back to Devexpress

DataFormDateEditorAttribute Properties

maui-devexpress-dot-maui-dot-dataform-dot-dataformdateeditorattribute-dot-underscore-properties.md

latest4.9 KB
Original Source

DataFormDateEditorAttribute Properties

Specifies that a data form uses a date editor for a property.

NameDescription
AutofillContentTypeGets or sets the hint that helps an autofill service determine how to populate the editor with user data.
CharacterCasingGets or sets whether to automatically convert characters to lowercase or uppercase when a user enters text in the editor. Inherited from DataFormTextEditorAttributeBase.
ClearIconVisibilityGets or sets whether the clear icon is displayed. Inherited from DataFormTextEditorAttributeBase.
DisplayFormatGets or sets the format for numeric and date/time values displayed in the editor.
InplaceLabelTextGets or sets the inplace editor’s label text. This is a bindable property. Inherited from DataFormTextEditorAttributeBase.
IsInplaceLabelFloatingGets 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 DataFormTextEditorAttributeBase.
IsReadOnlyGets or sets whether users can change a value in the editor. Inherited from DataFormTextEditorAttributeBase.
KeyboardGets or sets the type of keyboard used to input text. Inherited from DataFormTextEditorAttributeBase.
MaxDateGets or sets the maximum date that users can assign to the editor.
MinDateGets or sets the minimum date that users can assign to the editor.
PickerActiveViewTypeGets or sets whether the calendar displays the day, month, or year view.
PickerClearButtonVisibleGets or sets whether the date picker displays the CLEAR button. This is a bindable property.
PickerDisplayDateGets or sets a date that allows you to specify the month, year, or decade displayed in the current date picker view.
PickerFirstDayOfWeekGets or sets the first day of the week in the default picker.
PickerShowTrailingDatesGets or sets whether days related to the previous and next months are displayed in the default picker.
PlaceholderGets or sets the editor’s placeholder text. Inherited from DataFormTextEditorAttributeBase.
ReturnTypeGets or sets the appearance of the ‘Return’ button on the operating system’s on-screen keyboard. Inherited from DataFormTextEditorAttributeBase.
TypeIdWhen implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute.
UseNativePickerGets or sets whether to use a platform-specific (native) or cross-platform (default) date picker.

See Also

DataFormDateEditorAttribute Class

DataFormDateEditorAttribute Members

DevExpress.Maui.DataForm Namespace