Back to Devexpress

ItemType Enum

corelibraries-devexpress-dot-dataaccess-dot-wizard-dot-presenters-c1003846.md

latest1.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
public enum ItemType
vb
Public Enum ItemType

Members

NameDescription
Worksheet

Specifies an Excel worksheet.

| | DefinedName |

Specifies an Excel named region.

| | Table |

Specifies an Excel table.

|

The following properties accept/return ItemType values:

Remarks

The values listed by this enumeration are used to set the ListBoxItem.ItemType property.

See Also

DevExpress.DataAccess.Wizard.Presenters Namespace