Class DisplayMode
Specifies where the text is displayed in the 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
Displays the text on the Toolbar and popup.
Declaration
public const DisplayMode Both
Field Value
Type | Description |
---|---|
DisplayMode |
Overflow
Displays the text only when the content overflows to the popup.
Declaration
public const DisplayMode Overflow
Field Value
Type | Description |
---|---|
DisplayMode |
Toolbar
Displays the text only on the Toolbar.
Declaration
public const DisplayMode Toolbar
Field Value
Type | Description |
---|---|
DisplayMode |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |