Enum WrapMode
Defines the wrap mode for pivot table.
Both - Wraps both the header and content.
Header - Wraps header alone.
Content - Wraps content alone.
Namespace: Syncfusion.EJ2.Pivot
Assembly: Syncfusion.EJ2.Pivot.dll
Syntax
public enum WrapMode
Fields
Name | Description |
---|---|
Both | Wraps both the header and content. |
Content | Wraps content alone. |
Header | Wraps header alone. |