ClassEditorButtonGroup
Class
A collection of buttons that are grouped together in the editor toolbar, and visually separate from the other buttons/groups. Can take button-type tools from the built-in editor tools.
Definition
Namespace:Telerik.Blazor.Components.Editor
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class EditorButtonGroup : IEditorTool
Inheritance: objectEditorButtonGroup
Implements:
Constructors
EditorButtonGroup()
Declaration
cs-api-definition
public EditorButtonGroup()
EditorButtonGroup(params ButtonTool[])
Declaration
cs-api-definition
public EditorButtonGroup(params ButtonTool[] tools)
Parameters
tools
Properties
Tools
The collection of buttons this group has. You can use this to manipulate existing groups.
Declaration
cs-api-definition
public List<ButtonTool> Tools { get; set; }
Property Value