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

SpreadsheetDataSourceWizardOptions.EnableCustomSql Property

Gets or sets whether the direct SQL text editing is enabled.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v19.1.dll

Declaration

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

Property Value

Type Default Description
Boolean **false**

True, to enable direct SQL text editing; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to EnableCustomSql
SpreadsheetControlOptions
.DataSourceWizard.EnableCustomSql

Remarks

The EnableCustomSql option enables direct SQL text editing in Data Source Wizard. By default, end-users are allowed to use only visual tools to build queries.

See Also