Blazor

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class WrapMode

    Show / Hide Table of Contents

    Class WrapMode

    Defines the wrap mode for Tree Grid. Both - Wraps both the header and content.
    Header - Wraps header alone.
    Content - Wraps content alone.

    Inheritance
    System.Object
    WrapMode
    Namespace: Syncfusion.Blazor.TreeGrid
    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 Description
    WrapMode

    Content

    Wraps content alone.

    Declaration
    public const WrapMode Content
    Field Value
    Type Description
    WrapMode

    Header

    Wraps header alone.

    Declaration
    public const WrapMode Header
    Field Value
    Type Description
    WrapMode

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved