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

TreeListStyles.FocusedCell Property

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

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public TreeListCellStyle FocusedCell { get; }

Property Value

Type Description
TreeListCellStyle

A TreeListCellStyle object that contains style settings.

See Also