Back to Devexpress

ComboBoxProperties Class

aspnet-devexpress-dot-web-d7a39651.md

latest3.5 KB
Original Source

ComboBoxProperties Class

Contains settings specific to a combobox editor.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ComboBoxProperties :
    AutoCompleteBoxPropertiesBase,
    IListBoxColumnsOwner,
    IListEditItemsOwner
vb
Public Class ComboBoxProperties
    Inherits AutoCompleteBoxPropertiesBase
    Implements IListBoxColumnsOwner,
               IListEditItemsOwner

The following members return ComboBoxProperties objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsCardViewComboBoxColumn.PropertiesComboBox
FilterControlComboBoxColumn.PropertiesComboBox
GridViewDataComboBoxColumn.PropertiesComboBox
TreeListComboBoxColumn.PropertiesComboBox
VerticalGridComboBoxRow.PropertiesComboBox
ASP.NET MVC ExtensionsMVCxComboBox.Properties

Remarks

The ComboBoxProperties class contains settings specific to the ASPxComboBox editor type.

Implements

IStateManager

IPropertiesOwner

Inheritance

Show 19 items

Object StateManager PropertiesBase EditPropertiesBase EditProperties TextEditProperties TextBoxPropertiesBase ButtonEditPropertiesBase DropDownEditPropertiesBase AutoCompleteBoxPropertiesBase ComboBoxProperties ToolbarComboBoxProperties

RibbonComboBoxProperties

HERibbonCustomCssListBoxProperties

ToolbarCustomComboBoxProperties

BootstrapComboBoxProperties

MVCxRibbonComboBoxProperties

MVCxColumnComboBoxProperties

MVCxComboBoxProperties

See Also

ComboBoxProperties Members

Combo Box

DevExpress.Web Namespace