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

TreeListDropDownEditColumn.PropertiesDropDownEdit Property

Gets the column editor’s settings.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.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