Enum MenuItemDisplayStyle
Menu Item display style enum
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public enum MenuItemDisplayStyle : int
Fields
Name | Description |
---|---|
Icon | Show only icons |
IconAndText | Both icons and text are displayed |
Text | Show text only |