ByPage Property (CollectionViewNavigator)
In This Topic
Gets or sets a value that determines whether should navigate items or pages.
Syntax
'Declaration
Public Property ByPage As System.Boolean
'Usage
Dim instance As CollectionViewNavigator
Dim value As System.Boolean
instance.ByPage = value
value = instance.ByPage
public System.bool ByPage {get; set;}
public read-write property ByPage: System.Boolean;
public function get,set ByPage : System.boolean
public: __property System.bool get_ByPage();
public: __property void set_ByPage(
System.bool value
);
public:
property System.bool ByPage {
System.bool get();
void set ( System.bool value);
}
See Also