CascadingParametersService.ValidateFilterString(LookUpSettings, out Exception) Method
Namespace: DevExpress.XtraReports.Parameters
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
public static bool ValidateFilterString(
LookUpSettings settings,
out Exception exception
)
Parameters
| Name | Type |
|---|---|
| settings | LookUpSettings |
| exception | Exception |
Returns
| Type |
|---|
| Boolean |
See Also