Class WrapMode
Specifies the type of wrap mode to be applied for the grid cells.
Inheritance
System.Object
WrapMode
Namespace: Syncfusion.EJ2.MultiColumnComboBox
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class WrapMode : Enum
Fields
Both
Specifies that both header and content text wrapping are enabled.
Declaration
public const WrapMode Both
Field Value
Type |
---|
WrapMode |
Content
Specifies that only content text wrapping is enabled.
Declaration
public const WrapMode Content
Field Value
Type |
---|
WrapMode |
Header
Specifies that only header text wrapping is enabled.
Declaration
public const WrapMode Header
Field Value
Type |
---|
WrapMode |