Skip to main content

TreeListHitInfo.InRowCheckBox Property

Gets whether a point belongs to a row’s check box.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v24.1.dll

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

Declaration

public virtual bool InRowCheckBox { get; }

Property Value

Type Description
Boolean

true if a point belongs to a row’s check box; otherwise, false.

See Also