Default editor used by C1PropertyGrid to edit bool values.

Namespace:  C1.Silverlight.Extended.PropertyGrid
Assembly:  C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)

Syntax

C#
public class BoolEditor : CheckBox, ITypeEditorControl
Visual Basic
Public Class BoolEditor _
	Inherits CheckBox _
	Implements ITypeEditorControl

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    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.Silverlight.Extended.PropertyGrid..::..BoolEditor

See Also