[]
        
(Showing Draft Content)

C1.WPF.Pivot.FlexPivotPanel.ViewDefinition

ViewDefinition Property

ViewDefinition

Gets or sets an XML string containing an FlexPivot view definition.

Declaration
public string ViewDefinition { get; set; }
Remarks

This property is typically used to persist the current view as an application setting, so views are preserved across sessions.

Examples

The code below loads an FlexPivot view from the application settings when the application starts, and saves them back when the application ends.