Class ToolbarType
Specifies how to display toolbar items in SfRichTextEditor component when the toolbar items exceeds container.
Inheritance
System.Object
ToolbarType
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ToolbarType : Enum
Fields
Expand
Shows the number of Toolbar items that can be accommodated within the container space, and creates a expaned menu with the remaining items.
Declaration
public const ToolbarType Expand
Field Value
Type |
---|
ToolbarType |
MultiRow
Wraps the toolbar items on multiple lines when the toolbar width exceeds the container space.
Declaration
public const ToolbarType MultiRow
Field Value
Type |
---|
ToolbarType |
Scrollable
Shows an scroll bar when the toolbar width exceeds the container space.
Declaration
public const ToolbarType Scrollable
Field Value
Type |
---|
ToolbarType |