Skip to main content

BeforeFillEventArgs.IsValid Property

Specifies whether or not the object data source is valid.

Namespace: DevExpress.DataAccess.ObjectBinding

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public bool IsValid { get; set; }

Property Value

Type Description
Boolean

true, if the object data source is valid; otherwise, false.

Remarks

When the IsValid property returns false, a ValidationFailedException is thrown.

See Also