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

TreeListDataColumn.PropertiesEdit Property

Gets the column editor’s settings.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v18.2.dll

Declaration

public EditPropertiesBase PropertiesEdit { get; }

Property Value

Type Description
EditPropertiesBase

An EditPropertiesBase descendant that contains settings specific to a particular editor type.

Remarks

This member supports the .NET Framework infrastructure, and cannot be used directly from your code.

See Also