Class GridTextWrapSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
GridTextWrapSettings
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Grids
Assembly: Syncfusion.AspNetMvc.Grid.dll
Syntax
public class GridTextWrapSettings : EJTagHelper
Constructors
GridTextWrapSettings()
Declaration
public GridTextWrapSettings()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
| Type |
|---|
| Syncfusion.EJ2.MvcTemplate<System.Object> |
WrapMode
The wrapMode property defines how the text in the grid cells should be wrapped. The available modes are:
Both: Wraps text in both the header and content cells.
Content: Wraps text in the content cells only.
Header: Wraps texts in the header cells only.
Declaration
public WrapMode WrapMode { get; set; }
Property Value
| Type | Description |
|---|---|
| WrapMode | The default value is WrapMode.Both |