Class GridTextWrapSettingsBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 |
Returns
Type | Description |
---|---|
GridTextWrapSettingsBuilder |