GridViewHitInfoBase.IsDataArea Property
Gets whether the test object belongs to the area within a view.
Namespace: DevExpress.Xpf.Grid
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
Refer to the following property descriptions to learn about particular view specifics.
- Card View: CardViewHitInfo.IsDataArea
- Table View: TableViewHitInfo.IsDataArea
- TreeList View: TreeListViewHitInfo.IsDataArea
See Also