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

TreeListComboBoxColumn.PropertiesComboBox Property

Gets the column editor’s settings.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public ComboBoxProperties PropertiesComboBox { get; }

Property Value

Type Description
ComboBoxProperties

A ComboBoxProperties object that contains settings specific to a combobox editor.

Remarks

The PropertiesComboBox property allows you to access and customize the settings of the combo box editor. For more information, see ComboBoxProperties.

See Also