DataGridBoolColumnCheckBoxResize Enumeration

Specifies the behavior of DataGridBoolColumn when drawing a checkbox about how the size of checkbox is computed.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
public enum CheckBoxResize

Members

Automatic0 The size of checkbox is automatically computed based on the value of Margins property.
Manual1 The size of checkbox is specified by the value of CheckBoxSize.

See Also