Class MultiColumnComboBoxGridSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
MultiColumnComboBoxGridSettings
Namespace: Syncfusion.EJ2.MultiColumnComboBox
Assembly: Syncfusion.EJ2.dll
Syntax
public class MultiColumnComboBoxGridSettings : EJTagHelper
Constructors
MultiColumnComboBoxGridSettings()
Declaration
public MultiColumnComboBoxGridSettings()
Properties
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 |
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 |