wijmo.grid Namespace > IPagerSettings Interface : position Field |
Determines the position of the pager. Possible values are: "bottom", "top", "topAndBottom".
Javascript (Usage) | |
---|---|
var instance; // Type: wijmo.grid.IPagerSettings; var value; // Type: string value = instance.position; |
Javascript (Specification) | |
---|---|
|