Class GroupableElement
Extends an element with optional grouping metadata used by views and renderers.
public abstract class GroupableElement : Element
- Inheritance
-
GroupableElement
- Derived
- Inherited Members
Properties
Group
The name of the group in which this element should be included in.
[DataMember(Name = "group", EmitDefaultValue = false)]
public string Group { get; set; }