ASP.NET in a Nutshell, Second Edition

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

Категории