Skip to main content
All docs
V25.1
  • ChooseDataProviderPage.Items Property

    Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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