C1.Web.Mvc.Olap Namespace / PivotGrid Class / ItemsSourceId Property

In This Topic
ItemsSourceId Property (PivotGrid)
In This Topic
Gets or sets the ItemsSourceId specify which CollectionViewService will be used for this control.
Syntax
'Declaration
 
<JsonAttribute(True)>
<JsonConverterAttribute(C1.Web.Mvc.Serialization.DefaultConverter)>
Public Overrides Property ItemsSourceId As String
 
Remarks
It can be the id of a PivotPanel component or a PivotEngine component.
See Also