Back to Devexpress

TreeListButtonEditColumn.PropertiesButtonEdit Property

aspnet-devexpress-dot-web-dot-aspxtreelist-dot-treelistbuttoneditcolumn.md

latest1.5 KB
Original Source

TreeListButtonEditColumn.PropertiesButtonEdit Property

Gets the column editor’s settings.

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

csharp
public ButtonEditProperties PropertiesButtonEdit { get; }
vb
Public ReadOnly Property PropertiesButtonEdit As ButtonEditProperties

Property Value

TypeDescription
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

Tree List

TreeListButtonEditColumn Class

TreeListButtonEditColumn Members

DevExpress.Web.ASPxTreeList Namespace