Skip to main content

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

NuGet Package: 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