DxComboBoxSettings Members
In This Article
#Constructors
Name | Description |
---|---|
Dx |
Initializes a new instance of the Dx |
#Properties
Name | Description |
---|---|
Clear |
Specifies whether an editor displays the Clear button when the editor is not empty.
Inherited from Dx |
Column |
Specifies a template used to display column cells in the combo box editor. |
Columns | Allows you to add columns to the combo box editor. |
Css |
Assigns a CSS class to the editor.
Inherited from Dx |
Data | Specifies the object that supplies combo box data. |
Disabled |
Specifies the Boolean field that defines disabled states of combo box items. |
Display |
Specifies the pattern used to format unfocused editor values.
Inherited from Dx |
Drop |
Assigns a CSS class to the body of the editor’s drop-down window.
Inherited from Dx |
Drop |
Assigns a CSS class to the editor’s drop-down window.
Inherited from Dx |
Drop |
Specifies the direction in which the drop-down window is displayed in relation to the editor’s input element.
Inherited from Dx |
Drop |
Specifies the width of the combo box editor’s drop-down list. |
Edit |
Specifies the format pattern applied to the value of the focused combo box editor. |
Empty |
Specifies the template used to display custom content in the combo box editor if there are no items to display. |
Enabled |
Specifies whether an editor is enabled.
Inherited from Dx |
Filtering |
Obsolete. This property is now obsolete. Use Search |
Group |
Specifies the name of a data source field whose values are used to group list items in the combo box editor. |
Group |
Specifies the template used to display group headers when Combo |
Input |
Assigns a CSS class to the editor’s input field.
Inherited from Dx |
Item |
Specifies a template used to display the combo box editor items. |
Item |
Specifies the template used to display the combo box editor’s items. |
List |
Specifies whether virtual scrolling is enabled in the combo box editor. |
Null |
Specifies the editor’s prompt text when the editor’s value is null .
Inherited from Dx |
Read |
Specifies whether a user can change an editor’s value.
Inherited from Dx |
Search |
Specifies the search and filter condition. |
Search |
Specifies whether the component can search for text that users type in the edit box. |
Search |
Specifies how the combo box editor treats search words. |
Show |
Specifies whether the editor displays the built-in button that invokes a drop-down window.
Inherited from Dx |
Show |
Specifies whether an editor shows validation icons.
Inherited from Dx |
Show |
Specifies whether the editor indicates successful validation. When an input value is valid, the editor displays a green outline and can show a success icon.
Inherited from Dx |
Text |
Specifies the data source field that contains text for combo box items. |
Validation |
Specifies whether the editor validates user input.
Inherited from Dx |
Value |
Specifies the name of the data source field that contains combo box values. |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also