ViewDefinition Property (FlexPivotPanel)
In This Topic
Gets or sets an XML string containing an FlexPivot view definition.
Syntax
'Declaration
Public Property ViewDefinition As String
public string ViewDefinition {get; set;}
Example
The code below loads an FlexPivot view from the application settings when the application starts, and saves them back when the application ends.
See Also