Skip to main content

CustomDrawNodeCellEventArgs.Focused Property

Gets a value indicating whether the painted cell has focus.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

public bool Focused { get; }

Property Value

Type Description
Boolean

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

See Also