Skip to main content

ValidateSqlEventArgs.Valid Property

Specifies whether the query is valid.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v23.2.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public bool Valid { get; set; }

Property Value

Type Description
Boolean

true, if the query is valid; otherwise, false.

Remarks

By default, this property contains the result produced by the default validator.

See Also