RepeaterGroupColumnGroupingAdapterIds Property |
Gets a collection of IDs of the adapters contained within this group to be repeated for each column grouping.
Namespace:
Dundas.BI.Entities.Views
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic IList<Guid> ColumnGroupingAdapterIds { get; }
Public ReadOnly Property ColumnGroupingAdapterIds As IList(Of Guid)
Get
public:
property IList<Guid>^ ColumnGroupingAdapterIds {
IList<Guid>^ get ();
}
member ColumnGroupingAdapterIds : IList<Guid> with get
Property Value
Type:
IListGuid
See Also