Back to Devexpress

CustomDrawNodeCellEventArgs.Focused Property

windowsforms-devexpress-dot-xtratreelist-dot-customdrawnodecelleventargs-a2102229.md

latest1.2 KB
Original Source

CustomDrawNodeCellEventArgs.Focused Property

Gets a value indicating whether the painted cell has focus.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
public bool Focused { get; }
vb
Public ReadOnly Property Focused As Boolean

Property Value

TypeDescription
Boolean

true if the painted cell has focus; otherwise. false.

|

See Also

CustomDrawNodeCellEventArgs Class

CustomDrawNodeCellEventArgs Members

DevExpress.XtraTreeList Namespace