Table of Contents

Interface ITreeViewNode

Namespace
GroupeIsa.Neos.EndToEndTests.UI.Components
Assembly
GroupeIsa.Neos.EndToEndTests.UI.dll

Provides the functionalities of a treeview node.

public interface ITreeViewNode : IClickableComponent, IContentComponent, IAutomationComponent, ITreeViewNodeCollection
Inherited Members
Extension Methods

Properties

Caption

Gets the node caption.

string Caption { get; }

Property Value

string

IsExpandable

Gets a value indicating whether the node is expandable.

bool IsExpandable { get; }

Property Value

bool

IsExpanded

Gets a value indicating whether the node is expanded.

bool IsExpanded { get; }

Property Value

bool

Methods

ExpandOrCollapse()

Expands or collapses the node according to it's current state.

bool ExpandOrCollapse()

Returns

bool

A value indicating whether the action has been performed.