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

QueryBuilderEditQueryContext.CustomQueryValidator Property

Provides access to a custom SQL query validator.

Namespace: DevExpress.DataAccess.UI.Sql

Assembly: DevExpress.DataAccess.v18.2.UI.dll

Declaration

public ICustomQueryValidator CustomQueryValidator { get; set; }

Property Value

Type Description
ICustomQueryValidator

An object implementing the ICustomQueryValidator interface.

See Also