ItemType Enum
Enumerates values that specify the type of list box items displayed on a wizard page when binding to an Excel file.
Namespace: DevExpress.DataAccess.Wizard.Presenters
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Members
Name | Description |
---|---|
Worksheet
|
Specifies an Excel worksheet. |
DefinedName
|
Specifies an Excel named region. |
Table
|
Specifies an Excel table. |
Related API Members
The following properties accept/return ItemType values:
Remarks
The values listed by this enumeration are used to set the ListBoxItem.ItemType property.
See Also