Skip to main content

TreeListHtmlCommandCellEventArgs.Cell Property

Gets the processed command cell.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public TableCell Cell { get; }

Property Value

Type Description
TableCell

A TableCell object that represents the processed command cell.

Remarks

The following example illustrates how to hide the tree list’s parent nodes cell content.

MVC:

.HideCell { 
    visibility: hidden;
}
See Also