Table of Contents

Interface IFilterInputDisplay

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

Provides the functionalities of a filter input display component for automation.

public interface IFilterInputDisplay

Properties

InPanelVisible

Gets or sets a value indicating whether the filter is visible in the panel.

bool InPanelVisible { get; set; }

Property Value

bool

Position

Gets or sets the position.

int Position { get; set; }

Property Value

int

PropertyName

Gets the property name.

string PropertyName { get; }

Property Value

string

Visible

Gets or sets a value indicating whether the filter is visible.

bool Visible { get; set; }

Property Value

bool