Enum OverflowOption
Specifies the display area of the Toolbar item when the Toolbar content overflows the available space. This option is applicable in the Popup mode.
Namespace: Syncfusion.Blazor.Navigations
Assembly: Syncfusion.Blazor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum OverflowOption
Fields
| Name | Description |
|---|---|
| Hide | Always shows the item as the secondary priority on the popup. |
| None | No priority for display, and as per the normal order, moves to the popup when the content exceeds. |
| Show | Always shows the item as the primary priority on the Toolbar. |