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

TreeListHitInfo.InRowFooter Property

Gets whether a point is over a row (group) footer.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v20.2.dll

NuGet Package: DevExpress.Win.TreeList

Declaration

public virtual bool InRowFooter { get; }

Property Value

Type Description
Boolean

true if a point is over a row (group) footer; otherwise, false.

See Also