menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FilterEditorPageNavigatedEventArgs - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FilterEditorPageNavigatedEventArgs

    Provides event data for the Syncfusion.UI.Xaml.PivotGrid.FilterEdiotorPageNavigated event.

    Inheritance
    System.Object
    FilterEditorPageNavigatedEventArgs
    Namespace: Syncfusion.UI.Xaml.PivotGrid
    Assembly: Syncfusion.SfPivotGrid.UWP.dll
    Syntax
    public class FilterEditorPageNavigatedEventArgs : EventArgs

    Constructors

    FilterEditorPageNavigatedEventArgs()

    Declaration
    public FilterEditorPageNavigatedEventArgs()

    Properties

    Action

    Gets or sets the button name.

    Declaration
    public string Action { get; set; }
    Property Value
    Type
    System.String

    CurrentPage

    Gets or sets the value for the current page.

    Declaration
    public int CurrentPage { get; set; }
    Property Value
    Type
    System.Int32

    OlapReport

    Gets or sets the OLAP report.

    Declaration
    public OlapReport OlapReport { get; set; }
    Property Value
    Type
    OlapReport

    TotalPageCount

    Gets or sets the value for the total page count.

    Declaration
    public int TotalPageCount { get; set; }
    Property Value
    Type
    System.Int32

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved