menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class TreeGridSelectionSettings

    Options for enabling and configuring the selection related operations.

    Inheritance
    System.Object
    EJTagHelper
    TreeGridSelectionSettings
    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.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class TreeGridSelectionSettings : EJTagHelper

    Constructors

    TreeGridSelectionSettings()

    Declaration
    public TreeGridSelectionSettings()

    Properties

    EnableHierarchySelection

    Enables or disables the selection by hierarchy in check box selection

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

    EnableSelectAll

    Toggles the visibility of the checkbox in column header, using which all the check boxes can be selected or unselected.

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

    SelectionMode

    Specifies the type of selection whether to select row or cell.

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("selectionMode")]
    public TreeGridSelectionMode SelectionMode { get; set; }
    Property Value
    Type Description
    TreeGridSelectionMode

    SelectionType

    Specifies the type of selection whether single, multiple or checkbox.

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