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

TreeListCommandColumnButtonEventArgs.CommandColumn Property

Gets a command column which owns the processed command button.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public TreeListCommandColumn CommandColumn { get; }

Property Value

Type Description
TreeListCommandColumn

A TreeListCommandColumn object that represents the command column which owns the processed button.

See Also