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.2.611.40

Syntax

C#
public class RadDataForm : Control, 
	IDisposable, IThemable
Visual Basic
Public Class RadDataForm _
	Inherits Control _
	Implements IDisposable, 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..::..RadDataForm

See Also