PagerDisplayMode Enumeration
Specifies how the page controls are displayed on a DataPager control.
Namespace: Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (in Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll)
Syntax
'Declaration
Public Enumeration PagerDisplayMode
public enum PagerDisplayMode
public enum class PagerDisplayMode
type PagerDisplayMode
public enum PagerDisplayMode
Members
Member name | Description | |
---|---|---|
FirstLastNumeric | Shows the First and Last buttons, and the numeric display. | |
FirstLastPreviousNext | Shows the First, Last, Previous, and Next buttons. | |
FirstLastPreviousNextNumeric | Shows the First, Last, Previous, and Next buttons, and the numeric display. | |
Numeric | Shows the numeric display. | |
PreviousNext | Shows Previous and Next buttons. | |
PreviousNextNumeric | Shows the Previous and Next buttons, and the numeric display. |
See Also
Reference
Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls Namespace