Class ResizeSettings
Gets or sets an object that indicates whether to customize the resizing behavior of the grid columns.
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.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 |