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

TreeListStyles.CommandCell Property

Gets the style settings used to paint command column cells.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public TreeListCommandCellStyle CommandCell { get; }

Property Value

Type Description
TreeListCommandCellStyle

A TreeListCommandCellStyle object that contains style settings.

See Also