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 |