Class ToolbarModule
Represents the toolbar module in DocumentEditor.
Inheritance
System.Object
ToolbarModule
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class ToolbarModule : Object
Constructors
ToolbarModule(BaseComponent)
Default constructor for ToolbarModule.
Declaration
public ToolbarModule(BaseComponent baseComponent)
Parameters
Type | Name | Description |
---|---|---|
BaseComponent | baseComponent | An DocumentEdiorComponent instance. |
Properties
DocumentEditorComponent
DocumentEdiorComponent instance.
Declaration
protected BaseComponent DocumentEditorComponent { get; set; }
Property Value
Type | Description |
---|---|
BaseComponent |
Methods
EnableItems(Int32, Boolean)
Enables or disables the specified Toolbar item.
Declaration
public Task EnableItems(int itemIndex, bool isEnable)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | itemIndex | |
System.Boolean | isEnable |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |