Enum SplitButtonIconPosition
Defines the icon position for the Split Button and DropDown Button components.
Namespace: Syncfusion.Blazor.SplitButtons
Assembly: Syncfusion.Blazor.dll
Syntax
public enum SplitButtonIconPosition
Remarks
This enumeration is used to specify where the icon should be placed relative to the button's text content.
Fields
| Name | Description |
|---|---|
| Left | Positions the icon to the left of the button's content. |
| Top | Positions the icon above the button's content. |