Skip to main content

BaseHitInfo.IsValid Property

Gets a value indicating whether the hit information supplied by this object is valid.

Namespace: DevExpress.XtraGrid.Views.Base.ViewInfo

Assembly: DevExpress.XtraGrid.v24.1.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

public bool IsValid { get; }

Property Value

Type Description
Boolean

true if the hit information is valid; otherwise, false.

Remarks

This member supports the internal grid control’s infrastructure and is not intended to be used in your applications.

See Also