Enum WrapMode
Defines the wrap mode for Tree Grid.
Both - Wraps both the header and content.
Header - Wraps header alone.
Content - Wraps content alone.
Namespace: Syncfusion.Blazor.TreeGrid
Assembly: Syncfusion.Blazor.dll
Syntax
public enum WrapMode
Fields
| Name | Description |
|---|---|
| Both | Wraps both the header and content. |
| Content | Wraps content alone. |
| Header | Wraps header alone. |