Default editor used by C1PropertyGrid to edit bool values.

Namespace:  C1.WPF.Extended.PropertyGrid
Assembly:  C1.WPF.Extended (in C1.WPF.Extended.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public class BoolEditor : CheckBox
Visual Basic
Public Class BoolEditor _
	Inherits CheckBox
XAML Object Element Usage
<BoolEditor .../>

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
                System.Windows.Controls.Primitives..::..ButtonBase
                  System.Windows.Controls.Primitives..::..ToggleButton
                    System.Windows.Controls..::..CheckBox
                      C1.WPF.Extended.PropertyGrid..::..BoolEditor

See Also