CriteriaCompilerAuxSettings(Boolean) Constructor
Initializes a new instance of the CriteriaCompilerAuxSettings class with specified settings.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| caseSensitive | Boolean | A Boolean value that specifies whether criteria compilation is case-sensitive. This value is assigned to the CaseSensitive field. |
See Also