ExtendedDataGridView ShowBooleansAsCheckBoxes Property CleanCode C# Libraries v1.2.03 API
Gets or sets a value indicating whether to display booleans as check boxes.

Namespace: CleanCode.DataGridViewControls
Assembly: CleanCode.DataGridViewControls (in CleanCode.DataGridViewControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public bool ShowBooleansAsCheckBoxes { get; set; }

Field Value

true to display booleans as check boxes; false to display as words. Default is false.
Remarks

Note that Boolean columns may appear empty if you display check boxes and have a row height that is too small.
See Also