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

CardViewDropDownEditColumn.PropertiesDropDownEdit Property

Gets the column editor’s settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public DropDownEditProperties PropertiesDropDownEdit { get; }

Property Value

Type Description
DropDownEditProperties

A DropDownEditProperties object that contains settings specific to a dropdown editor.

See Also