Class DisplayMode
Specifies the options of where the text will be displayed in popup mode of the Toolbar.
Inheritance
System.Object
DisplayMode
Namespace: Syncfusion.Blazor.Navigations
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class DisplayMode : Enum
Fields
Both
Both - Text will be displayed on popup and Toolbar.
Declaration
public const DisplayMode Both
Field Value
Type | Description |
---|---|
DisplayMode |
Overflow
Overflow - Text will be displayed only when content overflows to popup.
Declaration
public const DisplayMode Overflow
Field Value
Type | Description |
---|---|
DisplayMode |
Toolbar
Toolbar - Text will be displayed on Toolbar only.
Declaration
public const DisplayMode Toolbar
Field Value
Type | Description |
---|---|
DisplayMode |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |