Skip to main content
All docs
V23.2

IWizardJsonDataSourceSchemaDiscoveryInterceptor.Customize(JsonDataSource) Method

Implement this method to specify the JsonDataSource.SchemaDiscoveryMaxItemCount property value.

Namespace: DevExpress.DataAccess.Web

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

void Customize(
    JsonDataSource ds
)

Parameters

Name Type Description
ds JsonDataSource

A JSON data source whose SchemaDiscoveryMaxItemCount setting is specified in this method.

See Also