Skip to main content

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

NuGet Package: DevExpress.DataAccess

#Declaration

public enum ItemType

#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