RadControls for WPF

A field used to display and edit data in RadDataForm.

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

Syntax

C#
public class DataFormDataField : ContentControl, 
	IThemable
Visual Basic
Public Class DataFormDataField _
	Inherits ContentControl _
	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
              System.Windows.Controls..::..ContentControl
                Telerik.Windows.Controls..::..DataFormDataField
                  Telerik.Windows.Controls..::..DataFormCheckBoxField
                  Telerik.Windows.Controls..::..DataFormComboBoxField
                  Telerik.Windows.Controls..::..DataFormDateField

See Also