Class MultiColumnComboBoxGridSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
MultiColumnComboBoxGridSettingsBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class MultiColumnComboBoxGridSettingsBuilder : ControlBuilder
Constructors
MultiColumnComboBoxGridSettingsBuilder()
Declaration
public MultiColumnComboBoxGridSettingsBuilder()
MultiColumnComboBoxGridSettingsBuilder(MultiColumnComboBoxGridSettings)
Declaration
public MultiColumnComboBoxGridSettingsBuilder(MultiColumnComboBoxGridSettings model)
Parameters
Methods
AllowResizing(Boolean)
Specifies whether resizing of columns is enabled in the popup grid content.
Declaration
public MultiColumnComboBoxGridSettingsBuilder AllowResizing(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
AllowTextWrap(Boolean)
Specifies whether to allow text wrapping of the popup grid content.
Declaration
public MultiColumnComboBoxGridSettingsBuilder AllowTextWrap(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
EnableAltRow(Boolean)
If enableAltRow
is set to true, the grid will render with e-altrow
CSS class to the alternative row elements.
Declaration
public MultiColumnComboBoxGridSettingsBuilder EnableAltRow(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
GridLines(GridLine)
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 MultiColumnComboBoxGridSettingsBuilder GridLines(GridLine value)
Parameters
Returns
ResizeStart(String)
Triggers when the column resizing begins.
Declaration
public MultiColumnComboBoxGridSettingsBuilder ResizeStart(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
ResizeStop(String)
Triggers when the column resizing ends.
Declaration
public MultiColumnComboBoxGridSettingsBuilder ResizeStop(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Resizing(String)
Triggers during the column resizing.
Declaration
public MultiColumnComboBoxGridSettingsBuilder Resizing(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
RowHeight(Double)
Defines the height of rows in the popup content.
Declaration
public MultiColumnComboBoxGridSettingsBuilder RowHeight(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
TextWrapMode(WrapMode)
Specifies the mode for text wrapping in the popup grid content. Options include 'Both', 'Content', and 'Header'.
Declaration
public MultiColumnComboBoxGridSettingsBuilder TextWrapMode(WrapMode value)
Parameters
Returns