ComponentOne ASP.NET MVC Controls
ItemsSource Property (PivotEngine)

C1.Web.Mvc.Olap Namespace > PivotEngine Class : ItemsSource Property
Gets ItemsSource settings.
Syntax
'Declaration
 
<JsonAttribute(Order=1, 
   SkipIfDefault=, 
   PropertyName="", 
   Name="")>
<JsonConverterAttribute(ConverterType=C1.Web.Mvc.Serialization.ServiceConverter, ConverterParameters=)>
Public ReadOnly Property ItemsSource As IItemsSource(Of Object)
[Json(Order=1, 
   SkipIfDefault=, 
   PropertyName="", 
   Name="")]
[JsonConverter(ConverterType=C1.Web.Mvc.Serialization.ServiceConverter, ConverterParameters=)]
public IItemsSource<object> ItemsSource {get;}
See Also

Reference

PivotEngine Class
PivotEngine Members