PagerPosition

PagerPositionserializable

System.Web.UI.WebControls (system.web.dll)enum

This enumeration specifies the alignment of the pager controls for a DataGrid within the appropriate cell. The pager controls are always placed in the last row after the data and footer.

public enum PagerPosition {
   Bottom = 0,
   Top = 1,
   TopAndBottom = 2
}

Hierarchy

System.Object System.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) PagerPosition

Returned By

DataGridPagerStyle.Position

Passed To

DataGridPagerStyle.Position



    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace