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

TreeListHtmlCommandCellEventArgs Class

Provides data for the ASPxTreeList.HtmlCommandCellPrepared event.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public class TreeListHtmlCommandCellEventArgs :
    EventArgs

Remarks

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

MVC:

.HideCell { 
    visibility: hidden;
}

Inheritance

Object
EventArgs
TreeListHtmlCommandCellEventArgs
See Also