Skip to main content
All docs
V24.1

ChooseDataProviderPage.Items Property

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v24.1.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