ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources]

G. andrew Duthie; matthew Macdonald

نسخه متنی -صفحه : 873/ 791
نمايش فراداده

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