HeaderFormat Property (CollectionViewNavigator)
In This Topic
Gets or sets the format string used to display the current total item/page values in the control header.
Syntax
'Declaration
Public Property HeaderFormat As System.String
'Usage
Dim instance As CollectionViewNavigator
Dim value As System.String
instance.HeaderFormat = value
value = instance.HeaderFormat
public System.string HeaderFormat {get; set;}
public read-write property HeaderFormat: System.String;
public function get,set HeaderFormat : System.String
public: __property System.string* get_HeaderFormat();
public: __property void set_HeaderFormat(
System.string* value
);
public:
property System.String^ HeaderFormat {
System.String^ get();
void set ( System.String^ value);
}
See Also