ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DropDownTreeTreeSettings - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DropDownTreeTreeSettings

    Inheritance
    System.Object
    EJTagHelper
    DropDownTreeTreeSettings
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsCollection
    Namespace: Syncfusion.EJ2.DropDowns
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class DropDownTreeTreeSettings : EJTagHelper

    Constructors

    DropDownTreeTreeSettings()

    Declaration
    public DropDownTreeTreeSettings()

    Properties

    AutoCheck

    Specifies whether the child and parent tree items check states are dependent over each other when checkboxes are enabled.

    Declaration
    public bool AutoCheck { get; set; }
    Property Value
    Type Description
    System.Boolean

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type Description
    MvcTemplate<System.Object>

    ExpandOn

    Specifies the action on which the parent items in the pop-up should expand or collapse. The available actions are Auto - In desktop, the expand or collapse operation happens when you double-click the node, and in mobile devices it happens on single-tap. Click - The expand or collapse operation happens when you perform single-click/tap on the pop-up item in both desktop and mobile devices. DblClick - The expand or collapse operation happens when you perform a double-click/tap on the pop-up item in both desktop and mobile devices. None - The expand or collapse operation will not happen when you perform single-click/tap or double-click/tap on the pop-up items in both desktop and mobile devices.

    Declaration
    public ExpandOn ExpandOn { get; set; }
    Property Value
    Type Description
    ExpandOn

    IsComplex

    Declaration
    protected override bool IsComplex { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsComplex

    LoadOnDemand

    By default, the load on demand (Lazy load) is set to false. Enabling this property will render only the parent tree items in the popup and the child items will be rendered on demand when expanding the corresponding parent node.

    Declaration
    public bool LoadOnDemand { get; set; }
    Property Value
    Type Description
    System.Boolean

    ParentPropertyName

    Declaration
    protected override string ParentPropertyName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.ParentPropertyName
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved