Version

PivotView Method

Renders the specified pivot view model.
Overload List
OverloadDescription
PivotView(PivotViewModel)Renders the specified pivot view model.  
PivotView(PivotViewModel,IDictionary<String,Object>)Renders the pivot view with the specified pivot view model and html attributes.  
PivotView(PivotViewModel,Object)Renders the pivot view with the specified pivot view model and html attributes.  
PivotView(String,PivotViewModel)Renders the pivot view with the specified id and model.  
PivotView(String,PivotViewModel,IDictionary<String,Object>)Renders the pivot view with the specified id, model and html attributes.  
PivotView(String,PivotViewModel,Object)Renders the pivot view with the specified id, model and html attributes.  
PivotView()Creates a wrapper to chain initialization properties on for the igPivotView control.  
PivotView(IDictionary<String,Object>)Creates a wrapper to chain initialization properties on for the igPivotView control and sets its html attributes.  
PivotView(Object)Creates a wrapper to chain initialization properties on for the igPivotView control and sets its html attributes.  
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub