menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class WrapMode - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved