IDataSourceNameCreationService Interface
If implemented, provides a service for validating custom data source names.
Namespace: DevExpress.DataAccess.Wizard.Services
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Remarks
An object implementing the IDataSourceNameCreationService interface is accepted as a parameter by a constructor of the ChooseDataSourceNamePage<TModel> class.
See Also