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
Tag
Gets or sets the tag.
string? Tag { get; set; }