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

TreeListButtonEditColumn.PropertiesButtonEdit Property

Gets the column editor’s settings.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public ButtonEditProperties PropertiesButtonEdit { get; }

Property Value

Type Description
ButtonEditProperties

The ButtonEditProperties object that contains settings specific to a button editor.

Remarks

The PropertiesButtonEdit property allows you to customize the settings of the column’s editor with embedded buttons. For more information, see ButtonEditProperties.

See Also