RadControls for Silverlight

A base class for CollectionNavigator.

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

Syntax

C#
public abstract class CollectionNavigatorBase : Control, 
	IDisposable
Visual Basic
Public MustInherit Class CollectionNavigatorBase _
	Inherits Control _
	Implements IDisposable

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          Telerik.Windows.Controls..::..CollectionNavigatorBase
            Telerik.Windows.Controls.Data.PropertyGrid..::..CollectionEditor
            Telerik.Windows.Controls..::..RadCollectionNavigator

See Also