WebGridPagerModes Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies flags that describe the methods that are provided for moving between the pages of a WebGrid instance.This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum WebGridPagerModes
type WebGridPagerModes =
Public Enum WebGridPagerModes
- Inheritance
-
WebGridPagerModes
- Attributes
Fields
Name | Value | Description |
---|---|---|
Numeric | 1 | Indicates that methods for moving to a nearby WebGrid page by using a page number are provided. |
NextPrevious | 2 | Indicates that methods for moving to the next or previous WebGrid page are provided. |
FirstLast | 4 | Indicates that methods for moving directly to the first or last WebGrid page are provided. |
All | 7 | Indicates that all methods for moving between WebGrid pages are provided. |