menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MultiColumnSettings

    Show / Hide Table of Contents

    Class MultiColumnSettings

    Inheritance
    System.Object
    EJTagHelper
    MultiColumnSettings
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class MultiColumnSettings : EJTagHelper

    Constructors

    MultiColumnSettings()

    Declaration
    public MultiColumnSettings()

    Properties

    Columns

    Specifies the column to be displayed in popupList.

    Declaration
    [JsonProperty("columns")]
    public List<Columns> Columns { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<Columns>

    Enable

    Gets or sets the field name.

    Declaration
    [JsonProperty("enable")]
    public bool Enable { get; set; }
    Property Value
    Type Description
    System.Boolean

    The name.

    SearchColumnIndices

    Gets or sets the searchColumnIndices.

    Declaration
    [JsonProperty("searchColumnIndices")]
    public List<int> SearchColumnIndices { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Int32>

    The tooltip.

    ShowHeader

    Gets or sets the header name.

    Declaration
    [JsonProperty("showHeader")]
    public bool ShowHeader { get; set; }
    Property Value
    Type Description
    System.Boolean

    The tooltip.

    StringFormat

    Gets or sets the header name.

    Declaration
    [JsonProperty("stringFormat")]
    public string StringFormat { get; set; }
    Property Value
    Type Description
    System.String

    The tooltip.

    Methods

    ShouldSerializeColumnSettings()

    Declaration
    public bool ShouldSerializeColumnSettings()
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved