TableViewHitInfo.IsDataArea Property
Gets whether the test object belongs to the area within a table view which is not occupied by rows.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v25.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
The IsDataArea property returns true if the test object belongs to a data area (the area within a table view which is not occupied by rows).
See Also