menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class TreeGridSizeSettingsBuilder

    Inheritance
    System.Object
    TreeGridSizeSettingsBuilder
    Inherited Members
    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
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class TreeGridSizeSettingsBuilder

    Constructors

    TreeGridSizeSettingsBuilder(TreeGridSizeSettings)

    Initializes a new instance of the class.

    Declaration
    public TreeGridSizeSettingsBuilder(TreeGridSizeSettings size)
    Parameters
    Type Name Description
    TreeGridSizeSettings size

    It displays the list of size settings option

    Methods

    Height(String)

    It sets a value that indicates height of the tree grid container.

    Declaration
    public TreeGridSizeSettingsBuilder Height(string height)
    Parameters
    Type Name Description
    System.String height

    It accepts a integer value that displays tree grid height

    Returns
    Type Description
    TreeGridSizeSettingsBuilder

    Width(String)

    It sets a value that indicates width of the tree grid container.

    Declaration
    public TreeGridSizeSettingsBuilder Width(string width)
    Parameters
    Type Name Description
    System.String width

    It accepts a integer value that displays tree grid width

    Returns
    Type Description
    TreeGridSizeSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved