Skip to main content
A newer version of this page is available. .

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

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