Class GridTextWrapSettings
Configures grid text wrapping.
Inheritance
GridTextWrapSettings
Assembly: Syncfusion.Blazor.dll
Syntax
public class GridTextWrapSettings : SfOwningComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
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
[Parameter]
public WrapMode WrapMode { get; set; }
Property Value
Methods
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Overrides
Declaration
protected override Task OnParametersSetAsync()
Returns
Overrides
Implements