'Declaration Public Property Position As PagerPosition
'Usage Dim instance As PagerInfo Dim value As PagerPosition instance.Position = value value = instance.Position
public PagerPosition Position {get; set;}
'Declaration Public Property Position As PagerPosition
'Usage Dim instance As PagerInfo Dim value As PagerPosition instance.Position = value value = instance.Position
public PagerPosition Position {get; set;}
You can display the page navigation aids in any of the positions in the PagerPosition enumeration. Be sure to set the position before setting the mode if you are displaying more than just the next and previous arrows.
Note: The only page navigation aids that the component displays on the command bar are the next (>>) and previous (<<) arrows regardless of the Mode property setting. The page numbers, if displayed, are displayed in a separate area depending on the setting of this property.