ViewDefinition Property (PivotPanel)
In This Topic
Gets or sets the current pivot view definition as a JSON string.
Syntax
'Declaration
Public Property ViewDefinition As System.String
'Usage
Dim instance As PivotPanel
Dim value As System.String
instance.ViewDefinition = value
value = instance.ViewDefinition
public System.string ViewDefinition {get; set;}
public read-write property ViewDefinition: System.String;
public function get,set ViewDefinition : System.String
public: __property System.string* get_ViewDefinition();
public: __property void set_ViewDefinition(
System.string* value
);
public:
property System.String^ ViewDefinition {
System.String^ get();
void set ( System.String^ value);
}
See Also