ValidateSqlEventArgs.Valid Property
Specifies whether the query is valid.
Namespace: DevExpress.XtraReports.UserDesigner
Assembly: DevExpress.XtraReports.v24.1.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
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