Class GridTextWrapSettings
Configures grid text wrapping.
Inheritance
System.Object
GridTextWrapSettings
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
Methods
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Overrides
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Overrides