Class WrapMode
Defines the wrap mode for pivot table.
Both - Wraps both the header and content.
Header - Wraps header alone.
Content - Wraps content alone.
Inheritance
System.Object
WrapMode
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class WrapMode : Enum
Fields
Both
Wraps both the header and content.
Declaration
public const WrapMode Both
Field Value
Type |
---|
WrapMode |
Content
Wraps content alone.
Declaration
public const WrapMode Content
Field Value
Type |
---|
WrapMode |
Header
Wraps header alone.
Declaration
public const WrapMode Header
Field Value
Type |
---|
WrapMode |