Class GanttColumnChooserSettings
Configures gantt Column chooser settings
Inheritance
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public class GanttColumnChooserSettings : OwningComponentBase
Constructors
GanttColumnChooserSettings()
Declaration
public GanttColumnChooserSettings()
Properties
FooterTemplate
Gets or sets the custom footer content for the ColumnChooser.
Declaration
public RenderFragment<object> FooterTemplate { get; set; }
Property Value
Type | Description |
---|---|
Microsoft.AspNetCore.Components.RenderFragment<System.Object> | The custom footer content is specified as a Microsoft.AspNetCore.Components.RenderFragment<> that takes a single parameter named |
Remarks
The parameters passed to the templates can be accessed using implicit parameter named context
.
The context is of type TValue of the gantt chart.
Template
Gets or sets the custom content template for the ColumnChooser.
Declaration
public RenderFragment<object> Template { get; set; }
Property Value
Type | Description |
---|---|
Microsoft.AspNetCore.Components.RenderFragment<System.Object> | A Microsoft.AspNetCore.Components.RenderFragment<> that represents the custom content template for the ColumnChooser. |
Remarks
The parameters passed to the templates can be accessed using implicit parameter named context
.
The context is of type TValue of the grid.
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder | __builder |
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
---|
System.Threading.Tasks.Task |
OnParametersSetAsync()
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
---|
System.Threading.Tasks.Task |