Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • 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
    SfBaseComponent
    SfDataBoundComponent
    GridTextWrapSettings
    Inherited Members
    SfDataBoundComponent.SetDataManager<T>(Object)
    SfDataBoundComponent.OnAfterRenderAsync(Boolean)
    SfDataBoundComponent.DataManager
    SfDataBoundComponent.MainParent
    SfBaseComponent.Dispose()
    SfBaseComponent.Dispose(Boolean)
    SfBaseComponent.OnObservableChange(String, Object, Boolean, NotifyCollectionChangedEventArgs)
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class GridTextWrapSettings : SfDataBoundComponent

    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 Description
    WrapMode

    Methods

    OnInitializedAsync()

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

    OnParametersSetAsync()

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