Skip to main content
A newer version of this page is available. .
Tab

VerticalGridComboBoxRow Class

Represents a row with the combo box editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public class VerticalGridComboBoxRow :
    VerticalGridEditDataRow

Remarks

VerticalGridComboBoxRow objects represent rows whose values are edited using the combo box editor.

The row editor’s settings can be accessed and customized using the VerticalGridComboBoxRow.PropertiesComboBox property. Use the AutoCompleteBoxPropertiesBase.DataSourceID property, to bind the row’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 by the ComboBoxProperties.ValueType property.

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

Note

The VerticalGridComboBoxRow object does not support database server mode.

See Also