Back to Devexpress

DataFormAutoCompleteEditorAttribute Properties

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

latest4.0 KB
Original Source

DataFormAutoCompleteEditorAttribute Properties

Specifies that a data form uses an AutoCompleteEdit for a property.

NameDescription
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.
DisplayMemberGets or sets the data field that specifies the text displayed in the AutoCompleteEdit.
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.
LoadingProgressModeGets or sets whether a wait indicator is displayed automatically or manually.
NoResultsFoundTextGets or sets the text that is displayed when the editor’s ItemSource inherited property does not contain items that match the filter string.
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.
SubmitIconVisibilityGets or sets whether the submit icon is displayed.
TypeIdWhen implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute.

See Also

DataFormAutoCompleteEditorAttribute Class

DataFormAutoCompleteEditorAttribute Members

DevExpress.Maui.DataForm Namespace