Class 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.
Inheritance
System.Object
WrapMode
Namespace: Syncfusion.EJ2.TreeGrid
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class WrapMode : Enum
Fields
Both
Declaration
public const WrapMode Both
Field Value
Type |
---|
WrapMode |
Content
Declaration
public const WrapMode Content
Field Value
Type |
---|
WrapMode |
Header
Declaration
public const WrapMode Header
Field Value
Type |
---|
WrapMode |