Skip to main content

ChooseExcelFileDataRangePage.AvailableItems Property

Specifies the collection of available worksheets, tables and named regions.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public virtual IEnumerable<ListBoxItem> AvailableItems { get; protected set; }

Property Value

Type Description
IEnumerable<ListBoxItem>

A collection of ListBoxItem objects.

See Also