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.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Spreadsheet

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