Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotFieldListEvents<TValue> - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PivotFieldListEvents<TValue>

    Configures pivot component based events.

    Inheritance
    System.Object
    SfBaseComponent
    SfDataBoundComponent
    PivotFieldListEvents<TValue>
    Inherited Members
    SfDataBoundComponent.SetDataManager<T>(Object)
    SfDataBoundComponent.OnParametersSetAsync()
    SfDataBoundComponent.OnAfterRenderAsync(Boolean)
    SfDataBoundComponent.DataManager
    SfDataBoundComponent.MainParent
    SfBaseComponent.Dispose()
    SfBaseComponent.Dispose(Boolean)
    SfBaseComponent.OnObservableChange(String, Object, Boolean, NotifyCollectionChangedEventArgs)
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PivotFieldListEvents<TValue> : SfDataBoundComponent
    Type Parameters
    Name Description
    TValue

    Constructors

    PivotFieldListEvents()

    Declaration
    public PivotFieldListEvents()

    Properties

    AggregateCellInfo

    It allows to change the each cell value during engine populating.

    Declaration
    public EventCallback<AggregateEventArgs> AggregateCellInfo { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.EventCallback<AggregateEventArgs>

    AggregateMenuOpen

    It triggers before aggregate type context menu opens.

    Declaration
    public EventCallback<AggregateMenuOpenEventArgs> AggregateMenuOpen { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.EventCallback<AggregateMenuOpenEventArgs>

    CalculatedFieldCreate

    It triggers before a calculated field created/edited during runtime.

    Declaration
    public EventCallback<CalculatedFieldCreateEventArgs> CalculatedFieldCreate { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.EventCallback<CalculatedFieldCreateEventArgs>

    Created

    It trigger when the PivotFieldList component is created.

    Declaration
    public EventCallback<object> Created { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.EventCallback<System.Object>

    DataBound

    It trigger when the PivotFieldList rendered.

    Declaration
    public EventCallback<object> DataBound { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.EventCallback<System.Object>

    Destroyed

    It trigger when the PivotFieldList component getting destroyed.

    Declaration
    public EventCallback<object> Destroyed { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.EventCallback<System.Object>

    EnginePopulated

    It triggers after the pivot engine populated and allows to customize the pivot datasource settings.

    Declaration
    public EventCallback<EnginePopulatedEventArgs> EnginePopulated { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.EventCallback<EnginePopulatedEventArgs>

    EnginePopulating

    It triggers before the pivot engine starts to populate and allows to customize the pivot datasource settings.

    Declaration
    public EventCallback<EnginePopulatingEventArgs> EnginePopulating { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.EventCallback<EnginePopulatingEventArgs>

    FieldDragStart

    It trigger when a field drag (move) starts.

    Declaration
    public EventCallback<FieldDragStartEventArgs> FieldDragStart { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.EventCallback<FieldDragStartEventArgs>

    FieldDrop

    It triggers before a field drops into any axis.

    Declaration
    public EventCallback<FieldDropEventArgs> FieldDrop { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.EventCallback<FieldDropEventArgs>

    FieldDropped

    It trigger when a field getting dropped into any axis.

    Declaration
    public EventCallback<FieldDroppedEventArgs> FieldDropped { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.EventCallback<FieldDroppedEventArgs>

    FieldRemove

    It triggers before removing the field from any axis during runtime.

    Declaration
    public EventCallback<FieldRemoveEventArgs> FieldRemove { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.EventCallback<FieldRemoveEventArgs>

    MemberEditorOpen

    It triggers before member editor dialog opens.

    Declaration
    public EventCallback<MemberEditorOpenEventArgs> MemberEditorOpen { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.EventCallback<MemberEditorOpenEventArgs>

    MemberFiltering

    It triggers before the filtering applied.

    Declaration
    public EventCallback<MemberFilteringEventArgs> MemberFiltering { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.EventCallback<MemberFilteringEventArgs>

    OnActionFailure

    The event triggers when a failure occurs while rendering the pivot field list.

    Declaration
    public EventCallback<FailureEventArgs> OnActionFailure { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.EventCallback<FailureEventArgs>

    OnLoad

    It allows any customization of PivotFieldList properties on initial rendering. Based on the changes, the PivotFieldList will be rendered.

    Declaration
    public EventCallback<LoadEventArgs<TValue>> OnLoad { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.EventCallback<LoadEventArgs<TValue>>

    Parent

    Parent component.

    Declaration
    protected SfPivotFieldList<TValue> Parent { get; set; }
    Property Value
    Type Description
    SfPivotFieldList<TValue>

    Methods

    OnInitializedAsync()

    Method invoked when the component is ready to start, having received its initial parameters from its parent in the render tree. Override this method if you will perform an asynchronous operation and want the component to refresh when that operation is completed.

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task

    A System.Threading.Tasks.Task representing any asynchronous operation.

    Overrides
    SfDataBoundComponent.OnInitializedAsync()
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved