Class PageNavigator
Represents the class which holds data and functionalities for page navigating process of printing in SfDiagram control.
Inheritance
Namespace: Syncfusion.UI.Xaml.Diagram.Controls
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class PageNavigator : Control
Constructors
PageNavigator()
Initializes a new instance of the PageNavigator class.
Declaration
public PageNavigator()
Fields
CurrentPageChangedCommandProperty
Provides information about the CurrentPageChangedCommand property.
Declaration
public static readonly DependencyProperty CurrentPageChangedCommandProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
CurrentPageProperty
Provides information about the CurrentPage property.
Declaration
public static readonly DependencyProperty CurrentPageProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
PageCountProperty
Provides information about the PageCount property.
Declaration
public static readonly DependencyProperty PageCountProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
PageDecreaseCommandProperty
Provides information about the PageDecreaseCommand property.
Declaration
public static readonly DependencyProperty PageDecreaseCommandProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
PageIncreaseCommandProperty
Provides information about the PageIncreaseCommand property.
Declaration
public static readonly DependencyProperty PageIncreaseCommandProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
CurrentPage
Gets or sets the current page number value of the page navigator.
Declaration
public int CurrentPage { get; set; }
Property Value
Type |
---|
System.Int32 |
CurrentPageChangedCommand
Gets or sets the current page number changing command value of the page navigator.
Declaration
public ICommand CurrentPageChangedCommand { get; set; }
Property Value
Type |
---|
System.Windows.Input.ICommand |
PageCount
Gets or sets the total page count value of the page navigator.
Declaration
public int PageCount { get; }
Property Value
Type |
---|
System.Int32 |
PageDecreaseCommand
Gets or sets the page number decreasing command value to the page navigator.
Declaration
public ICommand PageDecreaseCommand { get; set; }
Property Value
Type |
---|
System.Windows.Input.ICommand |
PageIncreaseCommand
Gets or sets the page number increasing command value to the page navigator.
Declaration
public ICommand PageIncreaseCommand { get; set; }
Property Value
Type |
---|
System.Windows.Input.ICommand |
Methods
OnApplyTemplate()
Overridden to apply the templates values to the page navigator elements.
Declaration
public override void OnApplyTemplate()