Table of Contents

Interface IGroupingBehavior

Namespace
GroupeIsa.Neos.Designer.UIAbstractions
Assembly
GroupeIsa.Neos.Designer.UIAbstractions.dll

Represents the grouping behavior.

public interface IGroupingBehavior

Properties

ExecutionSide

Gets or sets the execution side.

GroupingExecutionSide ExecutionSide { get; set; }

Property Value

GroupingExecutionSide

ExpandGroupsOnLoad

Gets or sets a value indicating whether the groups must be expanded on load. It is only used when ExecutionSide is set to Client.

bool ExpandGroupsOnLoad { get; set; }

Property Value

bool