Back to Devexpress

TreeListAppearanceCollection.FocusedCell Property

windowsforms-devexpress-dot-xtratreelist-dot-treelistappearancecollection-f0ff3edc.md

latest1.9 KB
Original Source

TreeListAppearanceCollection.FocusedCell Property

Gets the appearance settings used to paint the currently focused cell.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
public AppearanceObject FocusedCell { get; }
vb
Public ReadOnly Property FocusedCell As AppearanceObject

Property Value

TypeDescription
AppearanceObject

An AppearanceObject object that provides the appearance settings used to paint the currently focused cell.

|

Remarks

For more information on appearances, see the Appearances topic.

See Also

FocusedRow

Appearances

TreeListAppearanceCollection Class

TreeListAppearanceCollection Members

DevExpress.XtraTreeList Namespace