WebGridPagerModes Enum

Definition

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

All 7

Indicates that all methods for moving between WebGrid pages are provided.

FirstLast 4

Indicates that methods for moving directly to the first or last WebGrid page are provided.

NextPrevious 2

Indicates that methods for moving to the next or previous WebGrid page are provided.

Numeric 1

Indicates that methods for moving to a nearby WebGrid page by using a page number are provided.

Applies to