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 |
---|
DisplayMode |
Overflow
Displays the text only when the content overflows to the popup.
Declaration
public const DisplayMode Overflow
Field Value
Type |
---|
DisplayMode |
Toolbar
Displays the text only on the Toolbar.
Declaration
public const DisplayMode Toolbar
Field Value
Type |
---|
DisplayMode |