Skip to main content
Tab

ComboBoxProperties Class

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

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.

See Also