Skip to main content

IChooseExcelFileDataRangePageView.SelectedItem Property

If implemented, specifies the item selected in the list of available worksheets, tables and named regions.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

ListBoxItem SelectedItem { get; set; }

Property Value

Type Description
ListBoxItem

An object containing settings of the selected item.

See Also