IBarItem.Type Property
In This Article
Returns the item type.
Namespace: DevExpress.Blazor.Office
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
BarItemTypes Type { get; }
#Property Value
Type | Description |
---|---|
Bar |
The item type. |
Available values:
Name | Description |
---|---|
Button | A button. |
Checkable |
A checkable button. |
Combo |
A combo box editor. |
Spin |
A spin editor. |
Color |
A color editor. |
Drop |
A drop-down editor. |
#Remarks
Refer to the IBarItem interface description for more information and an example.
See Also