[]
        
(Showing Draft Content)

C1.WPF.PropertyGrid.BoolEditor

BoolEditor Class

Editor of boolean properties displaying a checkbox.

Inheritance
BaseEditor<bool?, C1CheckBox>
BoolEditor
Implements
Namespace: C1.WPF.PropertyGrid
Assembly: C1.WPF.PropertyGrid.dll
Syntax
public class BoolEditor : BaseEditor<bool?, C1CheckBox>, IPropertyGridEditor

Constructors

Name Description
BoolEditor()

Methods

Name Description
Attach(C1CheckBox, PropertyGroup, Action<C1CheckBox, object>)
Create(C1PropertyGrid)
Detach(C1CheckBox, PropertyGroup)