Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

[DefaultValue(false)]
public bool QueryBuilderLight { get; set; }

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
.DataSourceWizard.QueryBuilderLight
See Also