Enum WrapMode
Defines wrapping modes for column content in TreeGrids.
The available wrap modes are:
Both: Wraps both header and content.
Header: Wraps only the header.
Content: Wraps only the content.
Namespace: Syncfusion.EJ2.TreeGrid
Assembly: Syncfusion.AspNetMvc.TreeGrid.dll
Syntax
public enum WrapMode
Fields
| Name |
|---|
| Both |
| Content |
| Header |