RadControls for WPF

Provides UI and logic for displaying and editing data in a from layout.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Data (in Telerik.Windows.Controls.Data.dll) Version: 2013.1.403.40

Syntax

C#
public class RadCollectionNavigator : CollectionNavigatorBase, 
	IThemable
Visual Basic
Public Class RadCollectionNavigator _
	Inherits CollectionNavigatorBase _
	Implements IThemable

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              Telerik.Windows.Controls..::..CollectionNavigatorBase
                Telerik.Windows.Controls..::..RadCollectionNavigator

See Also