TreeListStyles.SelectedCell Property
In This Article
Gets the style settings defining the appearance of a selected cell.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public TreeListCellStyle SelectedCell { get; }
#Property Value
Type | Description |
---|---|
Tree |
An object that contains style settings. |
#Remarks
To learn more, see Appearance Customization.
See Also