Class LabelSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
LabelSettings
Namespace: Syncfusion.EJ2.BlockEditor
Assembly: Syncfusion.EJ2.dll
Syntax
public class LabelSettings : EJTagHelper
Constructors
LabelSettings()
Declaration
public LabelSettings()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
| Type |
|---|
| Syncfusion.EJ2.MvcTemplate<System.Object> |
LabelItems
Specifies the label items for the label popup. This property is an array of LabelItemModel instances defining label-related options. By default, predefined labels are provided.
Declaration
public object LabelItems { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object | The default value is null |
TriggerChar
Specifies the trigger character for labels. This property defines the character that triggers the label popup to open. By default, the trigger character is set to $
Declaration
public string TriggerChar { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is "$" |