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

IBarItem.Type Property

Returns the item type.

Namespace: DevExpress.Blazor.Office

Assembly: DevExpress.Blazor.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

BarItemTypes Type { get; }

Property Value

Type Description
BarItemTypes

The item type.

Available values:

Name Description
Button

A button.

CheckableButton

A checkable button.

ComboBox

A combo box editor.

SpinEdit

A spin editor.

ColorEdit

A color editor.

DropDown

A drop-down editor.

Remarks

Refer to the IBarItem interface description for more information and an example.

See Also