Table of Contents

Interface IDatagridCellComponent

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

Provides the functionalities of a datagrid cell component for automation.

public interface IDatagridCellComponent

Properties

ColumnIndex

Gets the column index of the cell.

int ColumnIndex { get; }

Property Value

int

IsReadOnly

Gets a value indicating whether the cell is read-only.

bool IsReadOnly { get; }

Property Value

bool

RowIndex

Gets the row index of the cell.

int RowIndex { get; }

Property Value

int