ItemType Enum
In This Article
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.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
#Members
Name | Description |
---|---|
Worksheet
|
Specifies an Excel worksheet. |
Defined
|
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