[]
        
(Showing Draft Content)

C1.Blazor.Ribbon.ToolTemplateSettings

ToolTemplateSettings Class

Expose computed properties to be used inside the template of the tools.

Inheritance
ToolTemplateSettings
Namespace: C1.Blazor.Ribbon
Assembly: C1.Blazor.Ribbon.dll
Syntax
public class ToolTemplateSettings : INotifyPropertyChanged
Public Class ToolTemplateSettings
    Implements INotifyPropertyChanged

Constructors

Name Description
ToolTemplateSettings()

Properties

Name Description
IconTemplate

Gets the effective icon template.

IsLabelVisible

Gets or sets whether the Label should be visible in the UI.

Label

Gets the effective label string.

Methods

Name Description
OnPropertyChanged(string)

Called when a property changed.

Events

Name Description
PropertyChanged

Occurs when property changed.