menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class ResizeSettings

    Gets or sets an object that indicates whether to customize the resizing behavior of the grid columns.

    Inheritance
    System.Object
    EJTagHelper
    ResizeSettings
    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 ResizeSettings : EJTagHelper

    Constructors

    ResizeSettings()

    Declaration
    public ResizeSettings()

    Properties

    ResizeMode

    Gets or sets a value that indicates whether to define the mode of column resizing.

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