menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class TextWrapSettings

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

    Inheritance
    System.Object
    EJTagHelper
    TextWrapSettings
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class TextWrapSettings : EJTagHelper

    Constructors

    TextWrapSettings()

    Declaration
    public TextWrapSettings()

    Properties

    WrapMode

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

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("wrapMode")]
    public WrapMode WrapMode { get; set; }
    Property Value
    Type Description
    WrapMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved