IDropDownButtonItemInfo.IconPosition Property
In This Article
Returns the item’s icon position.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
ButtonIconPosition IconPosition { get; }
#Property Value
Type | Description |
---|---|
Button |
An enumeration value. |
Available values:
Name | Description |
---|---|
Before |
The icon is placed before the button’s text. |
After |
The icon is placed after the button’s text. |
See Also