menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class LeafItemsSetting

    Inheritance
    System.Object
    EJTagHelper
    LeafItemsSetting
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.DataVisualization.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class LeafItemsSetting : EJTagHelper

    Constructors

    LeafItemsSetting()

    Declaration
    public LeafItemsSetting()

    Properties

    BorderBrush

    Declaration
    [JsonProperty("borderBrush")]
    public string BorderBrush { get; set; }
    Property Value
    Type Description
    System.String

    BorderThickness

    Declaration
    [JsonProperty("borderThickness")]
    public double BorderThickness { get; set; }
    Property Value
    Type Description
    System.Double

    ItemTemplate

    Declaration
    [JsonProperty("itemTemplate")]
    public string ItemTemplate { get; set; }
    Property Value
    Type Description
    System.String

    LabelPath

    Declaration
    [JsonProperty("labelPath")]
    public string LabelPath { get; set; }
    Property Value
    Type Description
    System.String

    LabelPosition

    Declaration
    [JsonProperty("labelPosition")]
    [JsonConverter(typeof(StringEnumConverter))]
    public DockPosition LabelPosition { get; set; }
    Property Value
    Type Description
    DockPosition

    LabelTemplate

    Declaration
    [JsonProperty("labelTemplate")]
    public string LabelTemplate { get; set; }
    Property Value
    Type Description
    System.String

    LabelVisibilityMode

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("labelVisibilityMode")]
    public VisibilityMode LabelVisibilityMode { get; set; }
    Property Value
    Type Description
    VisibilityMode

    ShowLabels

    Declaration
    [JsonProperty("showLabels")]
    public bool ShowLabels { get; set; }
    Property Value
    Type Description
    System.Boolean

    TextOverflow

    Declaration
    [JsonProperty("textOverflow")]
    [JsonConverter(typeof(StringEnumConverter))]
    public LabelTextOverflow TextOverflow { get; set; }
    Property Value
    Type Description
    LabelTextOverflow
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved