Class
EditorButtonGroup

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: IEditorTool

Constructors

EditorButtonGroup()

Declaration

cs-api-definition
public EditorButtonGroup()

EditorButtonGroup(params ButtonTool[])

Declaration

cs-api-definition
public EditorButtonGroup(params ButtonTool[] tools)

Parameters

tools

ButtonTool[]

Properties

Class

Declaration

cs-api-definition
public string Class { get; set; }

Property Value

string

Enabled

Declaration

cs-api-definition
public bool Enabled { get; set; }

Property Value

bool

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

List<ButtonTool>

Width

Declaration

cs-api-definition
public string Width { get; set; }

Property Value

string