Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

SpreadsheetValidateCustomSqlQueryEventArgs.Valid Property

Gets or sets whether or not the current SQL query is valid.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

public bool Valid { get; set; }

Property Value

Type Description
Boolean

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

See Also