ListBoxItem.ItemType Property
Specifies the type of the current list box item.
Namespace: DevExpress.DataAccess.Wizard.Presenters
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Property Value
| Type | Description |
|---|---|
| ItemType | An ItemType enumeration value that specifies the current item’s type. |
Available values:
| Name | Description |
|---|---|
| Worksheet | Specifies an Excel worksheet. |
| DefinedName | Specifies an Excel named region. |
| Table | Specifies an Excel table. |
See Also