menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridTextWrapSettings - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridTextWrapSettings

    Configures grid text wrapping.

    Inheritance
    System.Object
    GridTextWrapSettings
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class GridTextWrapSettings : OwningComponentBase

    Constructors

    GridTextWrapSettings()

    Declaration
    public GridTextWrapSettings()

    Properties

    WrapMode

    Defines the WrapMode` of the Grid. The available modes are:

    • BothDefault. Wraps both header and content.
    • HeaderWraps header alone.
    • ContentWraps content alone.
    Declaration
    public WrapMode WrapMode { get; set; }
    Property Value
    Type
    WrapMode

    Methods

    OnInitializedAsync()

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type
    System.Threading.Tasks.Task

    OnParametersSetAsync()

    Declaration
    protected override Task OnParametersSetAsync()
    Returns
    Type
    System.Threading.Tasks.Task
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved