Table of Contents

Interface IDatagridSummaryCell

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

Provides the functionalities of a datagrid summary cell.

public interface IDatagridSummaryCell

Properties

Type

Gets the summary type.

DatagridSummaryType Type { get; }

Property Value

DatagridSummaryType

Value

Gets the summary value.

decimal Value { get; }

Property Value

decimal