A newer version of this page is available.
Switch to the current version.
GridViewHitInfoBase.IsDataArea Property
Gets whether the test object belongs to the area within a view.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v19.1.dll
Declaration
public virtual bool IsDataArea { get; }
Public Overridable ReadOnly Property IsDataArea As Boolean
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
Implements
DevExpress.Xpf.Grid.IDataViewHitInfo.IsDataArea
See Also
Feedback