Back to Devexpress

BootstrapGridViewComboBoxColumn Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-747caf79.md

latest2.9 KB
Original Source

BootstrapGridViewComboBoxColumn Class

Represents a data column with the combo box editor.

Namespace : DevExpress.Web.Bootstrap

Assembly : DevExpress.Web.Bootstrap.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapGridViewComboBoxColumn :
    BootstrapGridViewEditDataColumn
vb
Public Class BootstrapGridViewComboBoxColumn
    Inherits BootstrapGridViewEditDataColumn

Remarks

BootstrapGridViewComboBoxColumn objects represent data columns whose values are edited using the combo box editor.

The column editor’s settings can be accessed and customized using the BootstrapGridViewComboBoxColumn.PropertiesComboBox property. Use the AutoCompleteBoxPropertiesBase.DataSourceID property, to bind the column’s combo box editor.

Use the AutoCompleteBoxPropertiesBase.ValueField property to specify the data source field that provides values for the combo box items. You should also specify the required data type via the ComboBoxProperties.ValueType property.

The AutoCompleteBoxPropertiesBase.TextField property specifies the data source field that provides display text for the combo box items.

To learn more, see Data Columns.

Inheritance

Object StateManager CollectionItem WebColumnBase GridViewColumn GridViewDataColumn BootstrapGridViewDataColumn BootstrapGridViewEditDataColumn BootstrapGridViewComboBoxColumn

See Also

BootstrapGridViewComboBoxColumn Members

Grid View

Data Columns

DevExpress.Web.Bootstrap Namespace