If implemented, specifies the item selected in the list of available worksheets, tables and named regions.
Namespace:DevExpress.DataAccess.Wizard.Views
Assembly:DevExpress.DataAccess.v19.2.dll

Syntax
C# |
ListBoxItem SelectedItem { get; set; }
|
VB |
Property SelectedItem As ListBoxItem
|
Property value
Type:
ListBoxItem
An object containing settings of the selected item.

See Also