TreeListSettings.CommandColumnButtonInitialize Property
Enables individual command buttons to be initialized.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
public TreeListCommandColumnButtonEventHandler CommandColumnButtonInitialize { get; set; }
Property Value
Type | Description |
---|---|
TreeListCommandColumnButtonEventHandler | A TreeListCommandColumnButtonEventHandler delegate method allowing you to implement custom processing. |
Remarks
The CommandColumnButtonInitialize event is raised for each command button (edit, new, delete, etc.), and allows their settings to be initialized. For instance, you can hide or disable individual command buttons.
See Also