menu

UWP

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

    Show / Hide Table of Contents

    Class MemberEditorPageNavigatedEventArgs

    Provides event data for the Syncfusion.UI.Xaml.PivotClient.MemberEditorPageNavigated event.

    Inheritance
    System.Object
    MemberEditorPageNavigatedEventArgs
    Namespace: Syncfusion.UI.Xaml.PivotClient
    Assembly: Syncfusion.SfPivotClient.UWP.dll
    Syntax
    public class MemberEditorPageNavigatedEventArgs : EventArgs

    Constructors

    MemberEditorPageNavigatedEventArgs()

    Declaration
    public MemberEditorPageNavigatedEventArgs()

    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