Class MultiColumnComboBoxGridSettings
Inheritance
Namespace: Syncfusion.EJ2.MultiColumnComboBox
Assembly: Syncfusion.EJ2.dll
Syntax
public class MultiColumnComboBoxGridSettings : EJTagHelper
  Constructors
MultiColumnComboBoxGridSettings()
Declaration
public MultiColumnComboBoxGridSettings()
  Properties
AllowResizing
Specifies whether resizing of columns is enabled in the popup grid content.
Declaration
public bool AllowResizing { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The default value is false  | 
      
AllowTextWrap
Specifies whether to allow text wrapping of the popup grid content.
Declaration
public bool AllowTextWrap { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The default value is false  | 
      
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
  Property Value
| Type | 
|---|
| Syncfusion.EJ2.MvcTemplate<System.Object> | 
EnableAltRow
If enableAltRow is set to true, the grid will render with e-altrow CSS class to the alternative row elements.
Declaration
public bool EnableAltRow { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The default value is false  | 
      
GridLines
Defines the mode of grid lines. The available modes are,
Both: Displays both horizontal and vertical grid lines.
None: No grid lines are displayed.
Horizontal: Displays the horizontal grid lines only.
Vertical: Displays the vertical grid lines only.
Default: Displays grid lines based on the theme.
Declaration
public GridLine GridLines { get; set; }
  Property Value
| Type | Description | 
|---|---|
| GridLine | The default value is GridLine.Default  | 
      
ResizeStart
Declaration
public string ResizeStart { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The default value is null  | 
      
ResizeStop
Declaration
public string ResizeStop { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The default value is null  | 
      
Resizing
Declaration
public string Resizing { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The default value is null  | 
      
RowHeight
Defines the height of rows in the popup content.
Declaration
public double RowHeight { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Double | The default value is Double.NaN  | 
      
TextWrapMode
Specifies the mode for text wrapping in the popup grid content. Options include 'Both', 'Content', and 'Header'.
Declaration
public WrapMode TextWrapMode { get; set; }
  Property Value
| Type | Description | 
|---|---|
| WrapMode | The default value is WrapMode.Both  |