menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MultiColumnComboBoxGridSettingsBuilder - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MultiColumnComboBoxGridSettingsBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    MultiColumnComboBoxGridSettingsBuilder
    Namespace: Syncfusion.EJ2.MultiColumnComboBox
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class MultiColumnComboBoxGridSettingsBuilder : ControlBuilder

    Constructors

    MultiColumnComboBoxGridSettingsBuilder()

    Declaration
    public MultiColumnComboBoxGridSettingsBuilder()

    MultiColumnComboBoxGridSettingsBuilder(MultiColumnComboBoxGridSettings)

    Declaration
    public MultiColumnComboBoxGridSettingsBuilder(MultiColumnComboBoxGridSettings model)
    Parameters
    Type Name Description
    MultiColumnComboBoxGridSettings model

    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
    Type
    MultiColumnComboBoxGridSettingsBuilder

    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
    Type
    MultiColumnComboBoxGridSettingsBuilder

    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
    Type
    MultiColumnComboBoxGridSettingsBuilder

    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
    Type Name Description
    GridLine value
    Returns
    Type
    MultiColumnComboBoxGridSettingsBuilder

    ResizeStart(String)

    Triggers when the column resizing begins.

    Declaration
    public MultiColumnComboBoxGridSettingsBuilder ResizeStart(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    MultiColumnComboBoxGridSettingsBuilder

    ResizeStop(String)

    Triggers when the column resizing ends.

    Declaration
    public MultiColumnComboBoxGridSettingsBuilder ResizeStop(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    MultiColumnComboBoxGridSettingsBuilder

    Resizing(String)

    Triggers during the column resizing.

    Declaration
    public MultiColumnComboBoxGridSettingsBuilder Resizing(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    MultiColumnComboBoxGridSettingsBuilder

    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
    Type
    MultiColumnComboBoxGridSettingsBuilder

    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
    Type Name Description
    WrapMode value
    Returns
    Type
    MultiColumnComboBoxGridSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved