Back to Devexpress

DataFormTextEditorAttributeBase Properties

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

latest2.2 KB
Original Source

DataFormTextEditorAttributeBase Properties

The base class for attributes that specify a data form’s editors with text input support.

NameDescription
CharacterCasingGets or sets whether to automatically convert characters to lowercase or uppercase when a user enters text in the editor.
ClearIconVisibilityGets or sets whether the clear icon is displayed.
InplaceLabelTextGets or sets the inplace editor’s label text. This is a bindable property.
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.
IsReadOnlyGets or sets whether users can change a value in the editor.
KeyboardGets or sets the type of keyboard used to input text.
PlaceholderGets or sets the editor’s placeholder text.
ReturnTypeGets or sets the appearance of the ‘Return’ button on the operating system’s on-screen keyboard.
TypeIdWhen implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute.

See Also

DataFormTextEditorAttributeBase Class

DataFormTextEditorAttributeBase Members

DevExpress.Maui.DataForm Namespace