Skip to main content
All docs
V23.2

ChooseDataProviderPage.Items Property

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public virtual IEnumerable<ChooseDataProviderGalleryItem> Items { get; protected set; }

Property Value

Type
IEnumerable<DevExpress.Xpf.DataAccess.DataSourceWizard.ChooseDataProviderGalleryItem>
See Also