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

TreeListSettings.CommandColumnButtonInitialize Property

Enables individual command buttons to be initialized.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

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