Objectivity.Test.Automation.Tests.PageObjects.PageObjects.Kendo.KendoGridPage.GoToGridPage C# (CSharp) Method

GoToGridPage() public method

public GoToGridPage ( int page ) : KendoGridPage
page int
return KendoGridPage
        public KendoGridPage GoToGridPage(int page)
        {
            this.Grid.SetPage(page);
            return this;
        }