RepeaterGroupDataGroupingElements Property

Gets the collection of grouping elements that define how items are created.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataMemberAttribute(Name = "groupingElements", EmitDefaultValue = false)]
public IList<GroupingElementData> GroupingElements { get; }

Property Value

Type: IListGroupingElementData
See Also