संपादित करें

इसके माध्यम से साझा किया गया


PagerMode Enum

Definition

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
PagerMode

Fields

NextPrev 0

A pager with Previous and Next buttons to access the next and previous pages.

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