TreeListButtonEditColumn.PropertiesButtonEdit Property
In This Article
Gets the column editor’s settings.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v25.1.dll
#Declaration
public ButtonEditProperties PropertiesButtonEdit { get; }
#Property Value
Type | Description |
---|---|
Button |
The Button |
#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