Label Property (Grouping)
Gets or sets a label to identify an instance of the group within the client UI, providing a user-friendly label for searching.
Property Value
An
GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object representing label to identify an instance of the group within the client UI.
Grouping group = new Grouping();
group.Label = ExpressionInfo.FromString("GroupLabel");