Wijmo UI for the Web
position Field

Determines the position of the pager. Possible values are: "bottom", "top", "topAndBottom".

Syntax
Javascript (Usage) 
var instance; // Type: wijmo.grid.IPagerSettings;
var value; // Type: string
value = instance.position;
Javascript (Specification) 
var position : string;
Remarks
Possible values are: "bottom": Pager appear below the control. "top": Pager appear above the control. "topAndBottom": Pager appear above and below the control.
Browser Compatibility
7
5
5

See Also

Reference

IPagerSettings Interface

 

 


© 2013 All Rights Reserved.

Send comments on this topic.