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

TreeListComboBoxColumn Class

Represents a data column with the combo box editor.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v18.2.dll

Declaration

public class TreeListComboBoxColumn :
    TreeListEditDataColumn

Remarks

The column editor’s settings can be accessed and customized using the TreeListComboBoxColumn.PropertiesComboBox property.

Note

The TreeListComboBoxColumn object does not support database server mode.

To learn more, see Data and Command Columns.

See Also