PageManager Class

Manages Pages in DataGrid control.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
public class PageManager : INotifyPropertyChanged
Inheritance
Object    PageManager
Implements
INotifyPropertyChanged

Constructors

PageManager Creates an instance of PageManager.

Properties

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.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates 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)

Events

PropertyChanged Occurs when a property value changes.

See Also