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 (25.3.0.1000)
Syntax[DataMemberAttribute(Name = "groupingElements", EmitDefaultValue = false)]
public IList<GroupingElementData> GroupingElements { get; }<DataMemberAttribute(Name := "groupingElements", EmitDefaultValue := false)>
Public ReadOnly Property GroupingElements As IList(Of GroupingElementData)
	Get
public:
[DataMemberAttribute(Name = L"groupingElements", EmitDefaultValue = false)]
property IList<GroupingElementData^>^ GroupingElements {
	IList<GroupingElementData^>^ get ();
}[<DataMemberAttribute(Name = "groupingElements", EmitDefaultValue = false)>]
member GroupingElements : IList<GroupingElementData> with get
Property Value
Type: 
IListGroupingElementData
See Also