Gets or sets a value indicating whether to display booleans as check boxes.
Namespace: CleanCode.DataGridViewControlsAssembly: CleanCode.DataGridViewControls (in CleanCode.DataGridViewControls.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.
Default is
false.
Note that Boolean columns may appear empty if you display check boxes
and have a row height that is too small.