Class LabelItemModel
Represents a label that can be inserted in the SfBlockEditor.
Inherited Members
Namespace: Syncfusion.Blazor.BlockEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class LabelItemModel
Constructors
LabelItemModel()
Declaration
public LabelItemModel()
Properties
GroupBy
Group header for categorizing labels.
Declaration
public string GroupBy { get; set; }
Property Value
| Type |
|---|
| string |
ID
Unique identifier for the label.
Declaration
public string ID { get; set; }
Property Value
| Type |
|---|
| string |
IconCss
CSS class for the label's icon.
Declaration
public string IconCss { get; set; }
Property Value
| Type |
|---|
| string |
LabelColor
Color associated with the label.
Declaration
public string LabelColor { get; set; }
Property Value
| Type |
|---|
| string |
Text
Display text for the label.
Declaration
public string Text { get; set; }
Property Value
| Type |
|---|
| string |