Class UIPageOrder
UIPage order constants.
public static class UIPageOrder
- Inheritance
-
objectUIPageOrder
Fields
First
The order value for first page.
public const int First = 100
Field Value
- int
NoOrder
Indicates that pages isn't used in navigation and doesn't use order.
public const int NoOrder = 2147473647
Field Value
- int
- See Also