Back to Devexpress

CardViewComboBoxColumn.PropertiesComboBox Property

aspnet-devexpress-dot-web-dot-cardviewcomboboxcolumn.md

latest1.4 KB
Original Source

CardViewComboBoxColumn.PropertiesComboBox Property

Gets the column editor’s settings.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public ComboBoxProperties PropertiesComboBox { get; }
vb
Public ReadOnly Property PropertiesComboBox As ComboBoxProperties

Property Value

TypeDescription
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

Card View

CardViewComboBoxColumn Class

CardViewComboBoxColumn Members

DevExpress.Web Namespace