menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextWrapOptionsBuilder<T>

    Show / Hide Table of Contents

    Class TextWrapOptionsBuilder<T>

    Inheritance
    System.Object
    TextWrapOptionsBuilder<T>
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class TextWrapOptionsBuilder<T>
        where T : class
    Type Parameters
    Name Description
    T

    Constructors

    TextWrapOptionsBuilder(TextWrapSettings)

    It sets an object that indicates whether to auto wrap the grid header or content or both

    Declaration
    public TextWrapOptionsBuilder(TextWrapSettings wrap)
    Parameters
    Type Name Description
    TextWrapSettings wrap

    It displays the list of TextWrapSettings option

    Methods

    WrapMode(WrapMode)

    This specifies the grid to apply the auto wrap for grid content or header or both.

    Declaration
    public TextWrapOptionsBuilder<T> WrapMode(WrapMode wrap)
    Parameters
    Type Name Description
    WrapMode wrap

    It displays the list of ejwrapmode options for header and content

    Returns
    Type Description
    TextWrapOptionsBuilder<T>

    TextWrapOptionsBuilder

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved