ComboBoxProperties Class
Contains settings specific to a combobox editor.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.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.NET Web Forms Controls | CardViewComboBoxColumn.PropertiesComboBox |
| FilterControlComboBoxColumn.PropertiesComboBox | |
| GridViewDataComboBoxColumn.PropertiesComboBox | |
| TreeListComboBoxColumn.PropertiesComboBox | |
| VerticalGridComboBoxRow.PropertiesComboBox | |
| ASP.NET MVC Extensions | MVCxComboBox.Properties |
Remarks
The ComboBoxProperties class contains settings specific to the ASPxComboBox editor type.
Inheritance
See Also