Xceed Toolkit Plus for WPF v4.6 Documentation
SetDataNavigationConfiguration Method


Xceed.Wpf.ListBox Assembly > Xceed.Wpf.Controls Namespace > DataNavigationControl Class : SetDataNavigationConfiguration Method
The object whose DataNavigationConfiguration will be set.
The DataNavigationConfiguration to set on obj.
Sets the DataNavigationConfiguration of the passed object.
Syntax
'Declaration
 
Public Shared Sub SetDataNavigationConfiguration( _

   ByVal obj As DependencyObject, _

   ByVal value As DataNavigationConfiguration _

) 
'Usage
 
Dim obj As DependencyObject

Dim value As DataNavigationConfiguration

 

DataNavigationControl.SetDataNavigationConfiguration(obj, value)
public static void SetDataNavigationConfiguration( 

   DependencyObject obj,

   DataNavigationConfiguration value

)

Parameters

obj
The object whose DataNavigationConfiguration will be set.
value
The DataNavigationConfiguration to set on obj.
Requirements

Target Platforms: Windows 11, Windows 10, 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

Reference

DataNavigationControl Class
DataNavigationControl Members