TreeListViewHitInfo.IsDataArea Property
Gets whether the test object belongs to the area within a tree view which is not occupied by tree nodes.
Namespace: DevExpress.Xpf.Grid.TreeList
Assembly: DevExpress.Xpf.Grid.v24.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the test object belongs to the data area; otherwise, false. |
Remarks
The IsDataArea property returns true if the test object belongs to a data area (the area within a tree view which is not occupied by tree nodes).
See Also