QueryBuilderEditQueryContext.CustomQueryValidator Property
Provides access to a custom SQL query validator.
Namespace: DevExpress.DataAccess.UI.Sql
Assembly: DevExpress.DataAccess.v24.1.UI.dll
NuGet Package: DevExpress.DataAccess.UI
Declaration
Property Value
Type | Description |
---|---|
ICustomQueryValidator | An object implementing the ICustomQueryValidator interface. |
See Also