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

ChooseExcelFileDataRangePage.SelectedItem Property

Specifies the item selected in the list of available worksheets, tables and named regions.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

Declaration

[BindableProperty(OnPropertyChangedMethodName = "RaiseChanged")]
public virtual ListBoxItem SelectedItem { get; set; }

Property Value

Type Description
ListBoxItem

An object containing settings of the selected item.

See Also