Skip to main content
A newer version of this page is available. .

GridViewHitInfoBase.IsDataArea Property

Gets whether the test object belongs to the area within a view.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public virtual bool IsDataArea { get; }

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.

See Also