Skip to main content
A newer version of this page is available. .

ChooseExcelFileDataRangePage.AvailableItems Property

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

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

Declaration

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

Property Value

Type Description
IEnumerable<ListBoxItem>

A collection of ListBoxItem objects.

See Also