Objectivity.Test.Automation.Tests.PageObjects.PageObjects.Kendo.KendoTreeViewPage.ExpandTreeView C# (CSharp) Method

ExpandTreeView() public method

public ExpandTreeView ( ) : KendoTreeViewPage
return KendoTreeViewPage
        public KendoTreeViewPage ExpandTreeView()
        {
            this.KendoTreeView.Expand();
            return this;
        }