Objectivity.Test.Automation.Tests.PageObjects.PageObjects.Kendo.KendoGridPage.GoToGridPage C# (CSharp) 메소드

GoToGridPage() 공개 메소드

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