Class TreeGridSortSettings
Inheritance
System.Object
TreeGridSortSettings
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
public bool AllowUnsort { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Columns
Specifies the columns to sort at initial rendering of TreeGrid.
Also user can get current sorted columns.
Declaration
public object Columns { get; set; }
Property Value
Type |
Description |
System.Object |
|
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides