Xceed.Silverlight.Controls.v2.0 Assembly > Xceed.Silverlight.Controls Namespace : AlphabeticalDataNavigationConfiguration Class |
'Declaration Public NotInheritable Class AlphabeticalDataNavigationConfiguration Inherits DataNavigationConfiguration Implements MS.Internal.IManagedPeer, MS.Internal.IManagedPeerBase, MS.Internal.INativeCoreTypeWrapper
'Usage Dim instance As AlphabeticalDataNavigationConfiguration
public sealed class AlphabeticalDataNavigationConfiguration : DataNavigationConfiguration, MS.Internal.IManagedPeer, MS.Internal.IManagedPeerBase, MS.Internal.INativeCoreTypeWrapper
<sllb:ListBox x:Name="myListBoxControl" ItemsSource="{Binding Path=Customers}" ItemTemplate="{StaticResource itemTemplate}"> <sllb:DataNavigationControl.DataNavigationConfiguration> <sllb:AlphabeticalDataNavigationConfiguration /> </sllb:DataNavigationControl.DataNavigationConfiguration> <sllb:ListBox.GroupDescriptions> <PropertyGroupDescription PropertyName="Country"/> <PropertyGroupDescription PropertyName="City"/> </sllb:ListBox.GroupDescriptions> </sllb:ListBox>
System.Object
System.Windows.DependencyObject
Xceed.Silverlight.Controls.DataNavigationConfiguration
Xceed.Silverlight.Controls.AlphabeticalDataNavigationConfiguration
Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family