RadControls for Silverlight

Represents a control that provides common functionality for all Telerik WPF controls that represent data.

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

Syntax

C#
public abstract class DataControl : Control, 
	ISelectorInternal, INotifyPropertyChanged
Visual Basic
Public MustInherit Class DataControl _
	Inherits Control _
	Implements ISelectorInternal, INotifyPropertyChanged

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          Telerik.Windows.Controls..::..DataControl
            Telerik.Windows.Controls.GridView..::..BaseItemsControl

See Also