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

ISqlDataSourceWizardCustomizationService.IsCustomSqlDisabled Property

Indicates whether or not custom SQL editing is disabled.

Namespace: DevExpress.DataAccess.Web

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

bool IsCustomSqlDisabled { get; }

Property Value

Type Description
Boolean

true if custom SQL editing is disabled; otherwise false.

See Also