ItemsSourceId Property (PivotPanel)
In This Topic
Gets or sets the id of the
PivotEngine service or the
C1.Web.Mvc.CollectionViewService<T> service being controlled by this
PivotPanel.
Syntax
'Declaration
Public Property ItemsSourceId As System.String
'Usage
Dim instance As PivotPanel
Dim value As System.String
instance.ItemsSourceId = value
value = instance.ItemsSourceId
public System.string ItemsSourceId {get; set;}
public read-write property ItemsSourceId: System.String;
public function get,set ItemsSourceId : System.String
public: __property System.string* get_ItemsSourceId();
public: __property void set_ItemsSourceId(
System.string* value
);
public:
property System.String^ ItemsSourceId {
System.String^ get();
void set ( System.String^ value);
}
See Also