menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MobileSortSettings<T>

    Show / Hide Table of Contents

    Class MobileSortSettings<T>

    Inheritance
    System.Object
    MobileSortSettings<T>
    Inherited Members
    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.Mobile.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class MobileSortSettings<T>
        where T : class
    Type Parameters
    Name Description
    T

    Constructors

    MobileSortSettings()

    Declaration
    public MobileSortSettings()

    Properties

    AllowMultiSorting

    Enable or disable the multi sorting behavior of grid.

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

    true if [allow multi sorting]; otherwise, false.

    SortedColumn

    Gets or sets the sorted column.

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

    The sorted column.

    Methods

    ShouldSerializeSortedColumn()

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