Class GridTextWrapSettings
Inheritance
System.Object
GridTextWrapSettings
Assembly: Syncfusion.EJ2.dll
Syntax
public class GridTextWrapSettings : EJTagHelper
Constructors
GridTextWrapSettings()
Declaration
public GridTextWrapSettings()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
WrapMode
Defines the wrapMode
of the Grid. The available modes are:
Both
: Wraps both the header and content.
Content
: Wraps the header alone.
Header
: Wraps the content alone.
Declaration
public WrapMode WrapMode { get; set; }
Property Value