PagerMode 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.
Represents the mode of the pager for accessing various pages within the DataGrid control.
public enum class PagerMode
public enum PagerMode
type PagerMode =
Public Enum PagerMode
- Inheritance
Fields
Name | Value | Description |
---|---|---|
NextPrev | 0 | A pager with |
NumericPages | 1 | A pager with numbered buttons to access pages directly. |
Remarks
The PagerMode enumeration represents the different display modes for the pager of a DataGrid control. NextPrev displays the pager controls using Next
and Previous
buttons; NumericPages displays numeric buttons representing the individual page numbers.
Applies to
See also
.NET