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

TreeListHtmlCommandCellEventArgs.Column Property

Gets a command column whose cell is currently being processed.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public TreeListCommandColumn Column { get; }

Property Value

Type Description
TreeListCommandColumn

A TreeListCommandColumn object that represents the command column within the ASPxTreeList.

See Also