Skip to main content

ListBoxItem.ItemType Property

Specifies the type of the current list box item.

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v24.1.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

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