Enum WrapMode
Specifies the type of wrap mode to be applied for the grid cells.
Namespace: Syncfusion.EJ2.MultiColumnComboBox
Assembly: Syncfusion.AspNetMvc.MultiColumnComboBox.dll
Syntax
public enum WrapMode
Fields
| Name | Description |
|---|---|
| Both | Specifies that both header and content text wrapping are enabled. |
| Content | Specifies that only content text wrapping is enabled. |
| Header | Specifies that only header text wrapping is enabled. |