RepeaterGroupDataGroups Property |
Gets the collection of child groups.
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 = "groups", EmitDefaultValue = false)]
public IList<RepeaterGroupData> Groups { get; }
<DataMemberAttribute(Name := "groups", EmitDefaultValue := false)>
Public ReadOnly Property Groups As IList(Of RepeaterGroupData)
Get
public:
[DataMemberAttribute(Name = L"groups", EmitDefaultValue = false)]
property IList<RepeaterGroupData^>^ Groups {
IList<RepeaterGroupData^>^ get ();
}
[<DataMemberAttribute(Name = "groups", EmitDefaultValue = false)>]
member Groups : IList<RepeaterGroupData> with get
Property Value
Type:
IListRepeaterGroupDataSee Also