Table of Contents

Interface ISummaryType

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

Represents the summary type.

public interface ISummaryType

Properties

Caption

Gets or sets the caption.

string? Caption { get; set; }

Property Value

string

Tag

Gets or sets the tag.

string? Tag { get; set; }

Property Value

string