alexa
menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class LabelSettingsBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    LabelSettingsBuilder
    Namespace: Syncfusion.EJ2.BlockEditor
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class LabelSettingsBuilder : ControlBuilder

    Constructors

    LabelSettingsBuilder()

    Declaration
    public LabelSettingsBuilder()

    LabelSettingsBuilder(LabelSettings)

    Declaration
    public LabelSettingsBuilder(LabelSettings model)
    Parameters
    Type Name Description
    LabelSettings model

    Methods

    LabelItems(Object)

    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 LabelSettingsBuilder LabelItems(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type
    LabelSettingsBuilder

    TriggerChar(String)

    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 LabelSettingsBuilder TriggerChar(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    LabelSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved