Back to Devexpress

IBarItem.Type Property

blazor-devexpress-dot-blazor-dot-office-dot-ibaritem-77ea3792.md

latest1.1 KB
Original Source

IBarItem.Type Property

Returns the item type.

Namespace : DevExpress.Blazor.Office

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
BarItemTypes Type { get; }

Property Value

TypeDescription
BarItemTypes

The item type.

|

Available values:

NameDescription
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 additional information and an example.

See Also

IBarItem Interface

IBarItem Members

DevExpress.Blazor.Office Namespace