menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class GridTextWrapSettingsBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    GridTextWrapSettingsBuilder
    Namespace: Syncfusion.EJ2.Grids
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class GridTextWrapSettingsBuilder : ControlBuilder

    Constructors

    GridTextWrapSettingsBuilder()

    Declaration
    public GridTextWrapSettingsBuilder()

    GridTextWrapSettingsBuilder(GridTextWrapSettings)

    Declaration
    public GridTextWrapSettingsBuilder(GridTextWrapSettings model)
    Parameters
    Type Name Description
    GridTextWrapSettings model

    Methods

    WrapMode(WrapMode)

    The wrapMode property defines how the text in the grid cells should be wrapped. The available modes are: Both: Wraps text in both the header and content cells. Content: Wraps text in the content cells only. Header: Wraps texts in the header cells only.

    Declaration
    public GridTextWrapSettingsBuilder WrapMode(WrapMode value)
    Parameters
    Type Name Description
    WrapMode value
    Returns
    Type
    GridTextWrapSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved