menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class WrapMode - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class WrapMode

    Specifies the type of wrap mode to be applied for the grid cells.

    Inheritance
    System.Object
    WrapMode
    Namespace: Syncfusion.EJ2.MultiColumnComboBox
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public sealed class WrapMode : Enum

    Fields

    Both

    Specifies that both header and content text wrapping are enabled.

    Declaration
    public const WrapMode Both
    Field Value
    Type
    WrapMode

    Content

    Specifies that only content text wrapping is enabled.

    Declaration
    public const WrapMode Content
    Field Value
    Type
    WrapMode

    Header

    Specifies that only header text wrapping is enabled.

    Declaration
    public const WrapMode Header
    Field Value
    Type
    WrapMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved