.NET Framework Class Library for Silverlight
PivotViewer.PivotProperties Property
Gets or sets the list of pivot properties that are mapped to the properties on the objects in ItemsSource.
Namespace: System.Windows.Controls.Pivot
Assembly: System.Windows.Controls.Pivot (in System.Windows.Controls.Pivot.dll)
Syntax
Visual Basic (Declaration)
Public Property PivotProperties As IList
C#
public IList PivotProperties { get; set; }
Property Value
Type: System.Collections.IListThe list of pivot properties that are mapped to the properties on the objects in ItemsSource.
Remarks
Properties that are added to ItemsSource and bound by PivotProperties must be IComparable.
Version Information
Silverlight
Supported in: 5Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
See Also