Skip to main content

TreeListStyles.CommandCell Property

Gets the style settings used to paint command column cells.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public TreeListCommandCellStyle CommandCell { get; }

Property Value

Type Description
TreeListCommandCellStyle

A TreeListCommandCellStyle object that contains style settings.

See Also