Class GanttSortSettings
Configures the sort settings of the Gantt.
Inheritance
System.Object
GanttSortSettings
Assembly: Syncfusion.Blazor.dll
Syntax
public class GanttSortSettings : SfDataBoundComponent
Constructors
GanttSortSettings()
Declaration
public GanttSortSettings()
Properties
AllowUnsort
If AllowUnsort set to false the user can not get the Gantt 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 Gantt.
Also user can get current sorted columns.
Declaration
public List<GanttSortDescriptor> Columns { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder |
__builder |
|
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Overrides
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Overrides
UpdateChildProperties(String, Object)
Declaration
public void UpdateChildProperties(string key, object value)
Parameters
Type |
Name |
Description |
System.String |
key |
|
System.Object |
value |
|