Class TextWrapSettings
Gets or sets an object that indicates whether to auto wrap the grid header or content or both.
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 TextWrapSettings : EJTagHelper
Constructors
TextWrapSettings()
Declaration
public TextWrapSettings()
Properties
WrapMode
This specifies the grid to apply the auto wrap for grid content or header or both.
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("wrapMode")]
public WrapMode WrapMode { get; set; }
Property Value
Type | Description |
---|---|
WrapMode |