ItemsSourceId Property (CollectionViewNavigator)
In This Topic
Gets or sets the ItemsSourceId specify which CollectionViewService will be used for this control.
Syntax
'Declaration
Public Property ItemsSourceId As System.String
'Usage
Dim instance As CollectionViewNavigator
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