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 |