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

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.v19.1.dll

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