Skip to main content

TreeListStyles.FocusedCell Property

Gets the style settings defining the appearance of a focused data cell.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll

NuGet Package: DevExpress.Web

Declaration

public TreeListCellStyle FocusedCell { get; }

Property Value

Type Description
TreeListCellStyle

A TreeListCellStyle object that contains style settings.

See Also