Skip to main content
A newer version of this page is available. .

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
MinDate
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.
See Also