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



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net