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