SpreadsheetDataSourceWizardOptions.QueryBuilderLight Property
Specifies whether or not the Query Builder enables end-users to specify custom SQL queries, column aliases and expressions.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.XtraSpreadsheet.v24.1.dll
NuGet Package: DevExpress.Win.Spreadsheet
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true, to disallow end-users from specifying custom SQL queries, column aliases and expressions; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to QueryBuilderLight |
---|---|
SpreadsheetControlOptions |
|
See Also