Semantic Zoom with Silverlight 5 Pivotviewer: Listing 2
The XAML to create PivotViewer and define properties
- By Tony Champion
- 09/01/2012
<pivot:PivotViewer.PivotProperties >
<pivot:PivotViewerNumericProperty
Id="Id"
Options="None"
Binding="{Binding Id}"/ >
<pivot:PivotViewerStringProperty
Id="StaffName"
DisplayName="Staff Name"
Options="CanFilter,CanSearchText"
Binding="{Binding StaffName}"/ >
<pivot:PivotViewerDateTimeProperty
Id="Color"
DisplayName="Time Seated"
Options="CanFilter"
Binding="{Binding TimeSeated}"/ >
<pivot:PivotViewerNumericProperty
Id="SizeOfParty"
DisplayName="Size of Party"
Options="CanFilter"
Binding="{Binding SizeOfParty}"/ >
</pivot:PivotViewer.PivotProperties >
</pivot:PivotViewer >
About the Author
Tony Champion is a software architect with more than 18 years of experience developing with Microsoft technologies. As the president and lead software architect of Champion DS, he remains active in the latest trends and technologies, creating custom solutions on Microsoft platforms. Tony is also a Microsoft Windows Developer MVP.