Class TreeGridTextWrapSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
TreeGridTextWrapSettingsBuilder
Namespace: Syncfusion.EJ2.TreeGrid
Assembly: Syncfusion.EJ2.dll
Syntax
public class TreeGridTextWrapSettingsBuilder : ControlBuilder
Constructors
TreeGridTextWrapSettingsBuilder()
Declaration
public TreeGridTextWrapSettingsBuilder()
TreeGridTextWrapSettingsBuilder(TreeGridTextWrapSettings)
Declaration
public TreeGridTextWrapSettingsBuilder(TreeGridTextWrapSettings model)
Parameters
Type | Name | Description |
---|---|---|
TreeGridTextWrapSettings | model |
Methods
WrapMode(WrapMode)
Defines the wrapMode
of the TreeGrid. The available modes are:
Both
: Wraps both the header and content.
Content
: Wraps the header alone.
Header
: Wraps the content alone.
Declaration
public TreeGridTextWrapSettingsBuilder WrapMode(WrapMode value)
Parameters
Type | Name | Description |
---|---|---|
WrapMode | value |