Skip to main content

DataSourceWizardCustomizationModel.Model Property

Specifies the data source model.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public IDataSourceModel Model { get; set; }

Property Value

Type Description
IDataSourceModel

An object implementing the IDataSourceModel interface.

See Also