Back to Devexpress

DataFormComboBoxEditorAttribute Properties

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

latest4.6 KB
Original Source

DataFormComboBoxEditorAttribute Properties

Specifies that a data form uses a combo box editor 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 name of the data source field whose values are displayed as drop-down list items.
FilterComparisonTypeGets or sets the character case, culture, and sort rules used to compare strings when filtering drop-down list items.
FilterConditionGets or sets the comparison operator used to search for the drop-down list items by the entered fragment.
InplaceLabelTextGets or sets the inplace editor’s label text. This is a bindable property. Inherited from DataFormTextEditorAttributeBase.
IsFilterEnabledGets or sets whether item filtering by user input is enabled.
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.
NoResultsFoundTextGets or sets the text that is displayed when the DataFormComboBoxItem does not contain items that match the filter string. This is a bindable property.
PickerShowModeSpecifies a UI element used to show a list of available combo box items.
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.
ValueMemberGets or sets the name of the data source field whose values are assigned to drop-down list items and used to set a value of the data object’s property bound to the combo box.

See Also

DataFormComboBoxEditorAttribute Class

DataFormComboBoxEditorAttribute Members

DevExpress.Maui.DataForm Namespace