VerticalGridComboBoxRow.PropertiesComboBox Property
In This Article
Gets the row editor’s settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ComboBoxProperties PropertiesComboBox { get; }
#Property Value
Type | Description |
---|---|
Combo |
A Combo |
#Remarks
The PropertiesComboBox property allows you to access and customize the settings of the combo box editor. For more information, see ComboBoxProperties.
See Also