Enum WrapMode
Defines the wrap mode.
- BothDefault. Wraps both header and content.
- HeaderWraps header alone.
- ContentWraps content alone.
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum WrapMode
Fields
| Name | Description |
|---|---|
| Both | Default. Wraps both header and content. |
| Content | Wraps content alone. |
| Header | Wraps header alone. |