Class PageInformation
Inheritance
System.Object
PageInformation
Implements
System.ComponentModel.INotifyPropertyChanged
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public class PageInformation : Object, INotifyPropertyChanged
Properties
PageNumber
Declaration
public int PageNumber { get; }
Property Value
| Type |
|---|
| System.Int32 |
TotalPages
Declaration
public int TotalPages { get; }
Property Value
| Type |
|---|
| System.Int32 |
Methods
OnPropertyChanged(String)
Declaration
protected void OnPropertyChanged(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name |
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
| Type |
|---|
| System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged