'Declaration
Public Class BoolEditor Inherits C1.WPF.PropertyGrid.BaseEditor(Of Nullable(Of Boolean),C1CheckBox) Implements IPropertyGridEditor
public class BoolEditor : C1.WPF.PropertyGrid.BaseEditor<Nullable<bool>,C1CheckBox>, IPropertyGridEditor
'Declaration
Public Class BoolEditor Inherits C1.WPF.PropertyGrid.BaseEditor(Of Nullable(Of Boolean),C1CheckBox) Implements IPropertyGridEditor
public class BoolEditor : C1.WPF.PropertyGrid.BaseEditor<Nullable<bool>,C1CheckBox>, IPropertyGridEditor
System.Object
C1.WPF.PropertyGrid.BaseEditor<P,C>
C1.WPF.PropertyGrid.BoolEditor