Class TelerikPivotGrid<TItem>
The class for the Telerik PivotGrid component.
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class TelerikPivotGrid<TItem> : DataBoundComponent<TItem>, IDisposable, IPivotGrid
Type Parameters
TItem
|
Constructors
TelerikPivotGrid()
Declaration
public TelerikPivotGrid()
Properties
ColumnHeadersWidth
Specifies the width of the column headers.
Declaration
public string ColumnHeadersWidth { get; set; }
Property Value
System.String
|
ColumnHeaderTemplate
Specifies the column header template.
Declaration
public RenderFragment<object> ColumnHeaderTemplate { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment<System.Object>
|
DataCellTemplate
Specifies the data cell template.
Declaration
public RenderFragment<object> DataCellTemplate { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment<System.Object>
|
DataProviderType
Specifies the data provider type.
Declaration
public PivotGridDataProviderType DataProviderType { get; set; }
Property Value
PivotGridDataProviderType
|
EnableLoaderContainer
Defines if a loading indicator displays during long-running operations.
Declaration
public bool EnableLoaderContainer { get; set; }
Property Value
System.Boolean
|
Height
Specifies the height of the component.
Declaration
public string Height { get; set; }
Property Value
System.String
|
LoadOnDemand
Specifies if load on demand is enabled.
Declaration
public bool LoadOnDemand { get; set; }
Property Value
System.Boolean
|
PivotGridColumns
Declaration
public RenderFragment PivotGridColumns { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment
|
PivotGridMeasures
Declaration
public RenderFragment PivotGridMeasures { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment
|
PivotGridRows
Declaration
public RenderFragment PivotGridRows { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment
|
PivotGridSettings
Declaration
public RenderFragment PivotGridSettings { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment
|
RowHeadersWidth
Specifies the width of the row headers.
Declaration
public string RowHeadersWidth { get; set; }
Property Value
System.String
|
RowHeaderTemplate
Specifies the row header template.
Declaration
public RenderFragment<object> RowHeaderTemplate { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment<System.Object>
|
Width
Specifies the width of the component.
Declaration
public string Width { get; set; }
Property Value
System.String
|
Methods
AddXmlaDataProviderSettings(PivotGridXmlaDataProviderSettings)
Declaration
public void AddXmlaDataProviderSettings(PivotGridXmlaDataProviderSettings item)
Parameters
PivotGridXmlaDataProviderSettings
item
|
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|
Dispose()
Declaration
public override void Dispose()
Overrides
OnAfterRenderAsync(Boolean)
Declaration
protected override Task OnAfterRenderAsync(bool firstRender)
Parameters
System.Boolean
firstRender
|
Returns
System.Threading.Tasks.Task
|
Overrides
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
System.Threading.Tasks.Task
|
Overrides
OnParametersSetAsync()
Declaration
protected override Task OnParametersSetAsync()
Returns
System.Threading.Tasks.Task
|
Overrides
Rebind()
Processes the available data with applied all data operations. Useful in scenarios where the data might change from an outside source. If the component contains OnRead, the method triggers the event so that fresh data can be supplied.
Declaration
public override void Rebind()
Overrides
RemoveXmlaConnectionSettings()
Declaration
public void RemoveXmlaConnectionSettings()
SetParametersAsync(ParameterView)
Declaration
public override Task SetParametersAsync(ParameterView parameters)
Parameters
Microsoft.AspNetCore.Components.ParameterView
parameters
|
Returns
System.Threading.Tasks.Task
|