GroupSelectorItems Property |
Gets the items.
Namespace:
Dundas.BI.Data.CubeDescriptors
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic IList<ElementSelector> Items { get; }Public ReadOnly Property Items As IList(Of ElementSelector)
Get
public:
property IList<ElementSelector^>^ Items {
IList<ElementSelector^>^ get ();
}member Items : IList<ElementSelector> with get
Property Value
Type:
IListElementSelector
See Also