System.Windows.Controls.Pivot Namespace
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Provides classes to create PivotViewer control and its supporting elements.
The classes contained in the System.Windows.Controls.Pivot namespace documentation are available in the Silverlight SDK. For a list of the controls included in the Silverlight SDK, see Controls by Function. When you use a control from the Silverlight SDK you will need to add a reference to the assembly and include the appropriate XML namespace mapping in XAML.
Classes
Class | Description | |
---|---|---|
CxmlCollectionSource | Represents a collection of PivotViewerItem and their metadata. | |
CxmlCollectionStateChangedEventArgs | Provides data for the StateChanged event. | |
PivotViewer | Represents a control that enables a user to present and interact with a large amount of data. | |
PivotViewerCommandsRequestedEventArgs | Provides data for the CommandsRequested event | |
PivotViewerDateTimeProperty | Represents the PivotViewerProperty for date time values. | |
PivotViewerDefaultDetails | Represents the default content view for the detail pane. | |
PivotViewerDefaultItemAdorner | Represents the control that is positioned over an item in PivotViewer when the mouse hovers over the item or when that item is selected. | |
PivotViewerDetailPane | Represents the Detail Pane of the PivotViewer control | |
PivotViewerFilterEventArgs | Provides data for the LinkClicked event. | |
PivotViewerFilterPane | Describes the various views of the Filter Pane. | |
PivotViewerGraphView | Represents a PivotViewerView that corresponding to the Graph view. | |
PivotViewerGridView | Represents a PivotViewerView that corresponds to the Grid view. | |
PivotViewerHyperlink | Represents a class that serves as the basic unit for the link data type in a PivotViewer. | |
PivotViewerItem | Represents a single item in ItemsSource. | |
PivotViewerItemAdorner | Represents the control that is positioned over an item in PivotViewer when the mouse hovers over the item or when that item is selected. | |
PivotViewerItemDoubleClickEventArgs | Provides data for the ItemDoubleClick event. | |
PivotViewerItemTemplate | Defines the appearance of tradecards that are used to represent items in ItemsSource. | |
PivotViewerItemTemplateCollection | Represents a collection of PivotViewerItemTemplates. | |
PivotViewerLinkEventArgs | Provides data for the LinkClicked event. | |
PivotViewerLinkProperty | Represents the PivotViewerProperty for hyperlink values. | |
PivotViewerMultiScaleSubImageHost | Represents a sub image in a deep zoom collection in a PivotViewerItemTemplate. | |
PivotViewerMultiSizeImage | Describes an image in the PivotViewerItemTemplate that chooses between multiple image sources depending on the current zoom level. | |
PivotViewerMultiSizeImageSource | Defines the source for the PivotViewerMultiSizeImage. | |
PivotViewerMultiSizeImageSourceCollection | Represents a collection of PivotViewerMultiSizeImageSources. | |
PivotViewerNumericProperty | Represents the PivotViewerProperty for numeric values. | |
PivotViewerProperty | Describes the properties that can be set on a PivotViewerItem. | |
PivotViewerPropertyCardinalityComparer | Represents a class that provides a method for sorting PivotViewerProperty values by cardinality. | |
PivotViewerPropertyChangedEventArgs | Provides data for the for the PropertyChanged. | |
PivotViewerStringProperty | Represents the PivotViewerProperty for string values. | |
PivotViewerView | Represents the views in the PivotViewerViewer control. | |
PivotViewerViewUpdatingEventArgs | Provides data for the PivotViewerViewUpdating event. |
Interfaces
Interface | Description | |
---|---|---|
IPivotViewerUICommand | Represents an ICommand that can be displayed in the PivotViewer. |
Delegates
Delegate | Description | |
---|---|---|
PivotViewerDateTimePropertyRangesProvider | Represents the method that will provide the range for PivotViewerDateTimeProperty. |
Enumerations
Enumeration | Description | |
---|---|---|
CxmlCollectionState | Represents the states of a CxmlCollectionSource. | |
PivotViewerPropertyOptions | Represents the options for PivotViewerPropertys that control display and other behaviors. | |
PivotViewerPropertyType | Represents the supported data types for PivotViewerProperty. |