TreeListStyles.SelectionCell Property
In This Article
Gets the style settings used to paint selection cells.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v25.1.dll
#Declaration
public TreeListCellStyle SelectionCell { get; }
#Property Value
Type | Description |
---|---|
Tree |
A Tree |
#Remarks
To learn more, see Appearance Customization.
See Also