'宣言 Public Enum PagingLocation Inherits System.Enum
public enum PagingLocation : System.Enum
| メンバ | 解説 | 
|---|---|
| Both | PagingLocation は有効です。ページャーは上および下の両方にあります。 | 
| Bottom | PagingLocation は有効でページャーは下にあります。 | 
| Hidden | PagingLocation は有効です。Infragistics.Controls.Grids.Primitives.PagerRow は描画しません。 | 
| None | PagingLocation は無効です。 | 
| Top | PagingLocation は有効でページャーは上にあります。 |