DataGridBoolColumnCheckBoxResize Enumeration
Specifies the behavior of
DataGridBoolColumn when drawing a checkbox about how the size of checkbox is computed.
Namespace: BeeMobile.DataGridAssembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
public enum CheckBoxResize
Public Enumeration CheckBoxResize
| Automatic | 0 |
The size of checkbox is automatically computed based on the value of Margins property.
|
| Manual | 1 |
The size of checkbox is specified by the value of CheckBoxSize.
|