Back to Devexpress

DataFormTextEditorAttribute Properties

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

latest4.7 KB
Original Source

DataFormTextEditorAttribute Properties

Specifies that a data form uses a single-line text 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 string for the editor’s value. Inherited from DataFormTextEditorWithAffixAttributeBase.
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.
MaxCharacterCountGets or sets the maximum number of characters that users can input in the TextEditBase and its descendants.
MaxCharacterCountOverflowModeGets or sets the behavior of the DataFormTextItem when it contains the maximum number of characters.
PlaceholderGets or sets the editor’s placeholder text. Inherited from DataFormTextEditorAttributeBase.
PrefixGets or sets the prefix text displayed before the input string in the edit box. Inherited from DataFormTextEditorWithAffixAttributeBase.
ReturnTypeGets or sets the appearance of the ‘Return’ button on the operating system’s on-screen keyboard. Inherited from DataFormTextEditorAttributeBase.
SuffixGets or sets the suffix text displayed after the input string in the edit box. Inherited from DataFormTextEditorWithAffixAttributeBase.
TypeIdWhen implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute.

See Also

DataFormTextEditorAttribute Class

DataFormTextEditorAttribute Members

DevExpress.Maui.DataForm Namespace