public class PageManager : INotifyPropertyChangedPublic Class PageManager
Implements INotifyPropertyChanged| PageManager | Creates an instance of PageManager. |
| CurrentPage | Gets or sets the CurrentPage. |
| NumberOfRowsPerPage | Gets or sets the number of rows per page. If the paging is disabled, then this property is ignored. |
| PagingEnabled | Enables or disables the paging. If it is enabled (the value is True), then the data will be devided into pages. |
| ShowPhantomRows | Gets or sets a Boolean value indicating whether DataGrid should display phantom rows. |
| TotalPages | Gets or sets the TotalPages. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| OnPropertyChanged | Fires PropertyChanged event. |
| ResetNumberOfRowsPerPage | Sets the NumberOfRowsPerPage to the default value. |
| ResetPagingEnabled | Sets the PagingEnabled to the default value. |
| ResetShowPhantomRows | Sets the ShowPhantomRows to the default value. |
| ResetToDefaultValues | Resets the PageManager object to its default values. |
| ShouldSerializeNumberOfRowsPerPage | Indicates whether the NumberOfRowsPerPage property should be serialized by Visual Studio designer. |
| ShouldSerializePagingEnabled | Indicates whether the PagingEnabled property should be serialized by Visual Studio designer. |
| ShouldSerializeShowPhantomRows | Indicates whether the ShowPhantomRows property should be serialized by Visual Studio designer. |
| ShowNextPage | Shows the next page if the PagingEnabled is true. |
| ShowPreviousPage | Shows the previos page if the PagingEnabled is true. |
| ToString |
Returns a System.String that represents the current state of the PageManager.
(Overrides ObjectToString) |
| PropertyChanged | Occurs when a property value changes. |