DataFormComboBoxEditorAttribute Properties
Specifies that a data form uses a combo box editor for a property.| Name | Description |
|---|---|
| CharacterCasing | Inherited from DataFormTextEditorAttributeBase. |
| ClearIconVisibility | Inherited from DataFormTextEditorAttributeBase. |
| DisplayMember | Gets or sets the name of the data source field whose values are displayed as drop-down list items. |
| FilterComparisonType | |
| FilterMode | |
| InplaceLabelText | Inherited from DataFormTextEditorAttributeBase. |
| IsFilterEnabled | |
| IsInplaceLabelFloating | Inherited from DataFormTextEditorAttributeBase. |
| IsReadOnly | Inherited from DataFormTextEditorAttributeBase. |
| Keyboard | Gets or sets the type of keyboard used to input text. Inherited from DataFormTextEditorAttributeBase. |
| 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. |
| ValueMember | Gets 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