[]
Gets or sets a label to identify an instance of the group within the client UI, providing a user-friendly label for searching.
public ExpressionInfo Label { get; set; }
Type | Description |
---|---|
ExpressionInfo | An ExpressionInfo object representing label to identify an instance of the group within the client UI. |
Grouping group = new Grouping();
group.Label = ExpressionInfo.FromString("GroupLabel");