TreeListSettings.CommandColumnButtonInitialize Property
In This Article
Enables individual command buttons to be initialized.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public TreeListCommandColumnButtonEventHandler CommandColumnButtonInitialize { get; set; }
#Property Value
Type | Description |
---|---|
Tree |
A Tree |
#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