Skip to main content

TreeListHitInfo.InRowStateImage Property

Gets whether a point is over a row’s state image.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

public virtual bool InRowStateImage { get; }

Property Value

Type Description
Boolean

true if a point is over a row’s state image; otherwise, false.

See Also