Class TreeGridSortSettings
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.EJ2.TreeGrid
Assembly: Syncfusion.EJ2.dll
Syntax
public class TreeGridSortSettings : EJTagHelper
Constructors
TreeGridSortSettings()
Declaration
public TreeGridSortSettings()
Properties
AllowUnsort
If allowUnsort
set to false the user can not get the TreeGrid in unsorted state by clicking the sorted column header.
Declaration
[HtmlAttributeName("allowUnsort")]
public bool AllowUnsort { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is true |
Columns
Specifies the columns to sort at initial rendering of TreeGrid. Also user can get current sorted columns.
Declaration
[HtmlAttributeName("columns")]
public object Columns { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type | Description |
---|---|
MvcTemplate<System.Object> |