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

FilterControlComboBoxColumn.PropertiesComboBox Property

Gets or sets the filter column editor’s settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public ComboBoxProperties PropertiesComboBox { get; }

Property Value

Type Description
ComboBoxProperties

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

See Also