Class TreeGridTextWrapSettings
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.TreeGrid
Assembly: Syncfusion.EJ2.dll
Syntax
public class TreeGridTextWrapSettings : EJTagHelper
Constructors
TreeGridTextWrapSettings()
Declaration
public TreeGridTextWrapSettings()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type | Description |
---|---|
MvcTemplate<System.Object> |
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
[HtmlAttributeName("wrapMode")]
public WrapMode WrapMode { get; set; }
Property Value
Type | Description |
---|---|
WrapMode | The default value is WrapMode.Both |