WebGridPagerModes Enumeration

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 has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  System.Web.Helpers
Assembly:  System.Web.Helpers (in System.Web.Helpers.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration WebGridPagerModes
'Usage
Dim instance As WebGridPagerModes
[FlagsAttribute]
public enum WebGridPagerModes
[FlagsAttribute]
public enum class WebGridPagerModes
[<FlagsAttribute>]
type WebGridPagerModes
public enum WebGridPagerModes

Members

Member name Description
All Indicates that all methods for moving between WebGrid pages are provided.

The All flag is equivalent to the FirstLast, NextPrevious, and Numeric flags combined.

When the All flag is set, users can move directly to the first or last page of the WebGrid instance, to the next or previous page, or to a nearby page by using a page number.

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

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

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

See Also

Reference

System.Web.Helpers Namespace