Objectivity.Test.Automation.Tests.PageObjects.PageObjects.Kendo.KendoTreeViewPage.CollapseTreeView C# (CSharp) Méthode

CollapseTreeView() public méthode

public CollapseTreeView ( ) : KendoTreeViewPage
Résultat KendoTreeViewPage
        public KendoTreeViewPage CollapseTreeView()
        {
            this.KendoTreeView.Collapse();
            return this;
        }