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

ListBoxItem.ItemType Property

Specifies the type of the current list box item.

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public ItemType ItemType { get; set; }

Property Value

Type Description
ItemType

An ItemType enumeration value that specifies the current item’s type.

Available values:

Name Description
Worksheet

Specifies an Excel worksheet.

DefinedName

Specifies an Excel named region.

Table

Specifies an Excel table.

See Also