ClientSideModelSettingsBase.IncludeCldrSupplemental Property
Specifies whether to load the CLDR supplemental data.
Namespace: DevExpress.Blazor.Reporting
Assembly: DevExpress.Blazor.Reporting.v25.1.JSBasedControls.dll
NuGet Package: DevExpress.Blazor.Reporting.JSBasedControls
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean | True, to include CLDR supplemental data; otherwise, false. |
Remarks
If the default CLDR supplemental data does not suit your requirements, you can disable the IncludeCldrSupplemental option and load your custom data as described in the following repository: Unicode CLDR usage.
See Also