Class GridTextWrapSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
GridTextWrapSettingsBuilder
Namespace: Syncfusion.EJ2.Grids
Assembly: Syncfusion.EJ2.dll
Syntax
public class GridTextWrapSettingsBuilder : ControlBuilder
Constructors
GridTextWrapSettingsBuilder()
Declaration
public GridTextWrapSettingsBuilder()
GridTextWrapSettingsBuilder(GridTextWrapSettings)
Declaration
public GridTextWrapSettingsBuilder(GridTextWrapSettings model)
Parameters
Type | Name | Description |
---|---|---|
GridTextWrapSettings | model |
Methods
WrapMode(WrapMode)
The wrapMode
property defines how the text in the grid cells should be wrapped. The available modes are:
Both
: Wraps text in both the header and content cells.
Content
: Wraps text in the content cells only.
Header
: Wraps texts in the header cells only.
Declaration
public GridTextWrapSettingsBuilder WrapMode(WrapMode value)
Parameters
Type | Name | Description |
---|---|---|
WrapMode | value |