menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    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

    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

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved