Gets or sets a value indicating whether to display Booleans as check boxes.
Namespace: CleanCode.SqlEditorControlsAssembly: CleanCode.SqlEditorControls (in CleanCode.SqlEditorControls.dll) Version: 1.2.3.0 (1.2.03)
public bool ShowBooleansAsCheckBoxes { get; set; }
public bool ShowBooleansAsCheckBoxes { get; set; }
Public Property ShowBooleansAsCheckBoxes As Boolean
Get
Set
Public Property ShowBooleansAsCheckBoxes As Boolean
Get
Set
public:
property bool ShowBooleansAsCheckBoxes {
bool get ();
void set (bool value);
}
public:
property bool ShowBooleansAsCheckBoxes {
bool get ();
void set (bool value);
}
Field Value
true to display Booleans as check boxes;
false to display as words.
Note that Boolean columns may appear empty if you display check boxes
and have a row height that is too small.