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