RadControls for WPF

Data field displaying and editing boolean data.

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

Syntax

C#
public class DataFormCheckBoxField : DataFormDataField
Visual Basic
Public Class DataFormCheckBoxField _
	Inherits DataFormDataField

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

See Also