PagingFilter Members
Include Protected Members
Include Inherited Members
Indicates to a JsGrid which records to serialize and send down to a Web client.
The PagingFilter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PagingFilter(Int32) | Initializes a new instance of the PagingFilter class to indicate the number of visible records that should be sent. | |
PagingFilter(IEnumerable<Range>) | Initializes a new instance of the PagingFilter class with a collection of ranges. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top