ComboBoxProperties Class
In This Article
Contains settings specific to a combobox editor.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class ComboBoxProperties :
AutoCompleteBoxPropertiesBase,
IListBoxColumnsOwner,
IListEditItemsOwner
#Related API Members
The following members return ComboBoxProperties objects:
Library | Related API Members |
---|---|
ASP. |
Card |
Filter |
|
Grid |
|
Tree |
|
Vertical |
|
ASP. |
MVCx |
#Remarks
The ComboBoxProperties class contains settings specific to the ASPxComboBox editor type.
#Inheritance
See Also