Class SerializableGridCheckBoxColumn
Represents a class that is used to serialize and deserialize GridCheckBoxColumn property settings.
Inheritance
Inherited Members
Namespace: Syncfusion.WinForms.DataGrid.Serialization
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class SerializableGridCheckBoxColumn : SerializableGridColumn
Constructors
SerializableGridCheckBoxColumn()
Declaration
public SerializableGridCheckBoxColumn()
Properties
AllowCheckBoxOnHeader
Gets or sets a value indicating whether to enable check box in header.
Declaration
public bool AllowCheckBoxOnHeader { get; set; }
Property Value
Type |
---|
System.Boolean |
AllowText
Gets or sets a value indicating whether to render the text along with check box in cell.
Declaration
public bool AllowText { get; set; }
Property Value
Type |
---|
System.Boolean |
AllowThreeState
Gets or sets a value indicating whether the check box cells will allow three check states rather than two.
Declaration
public bool AllowThreeState { get; set; }
Property Value
Type |
---|
System.Boolean |
CheckBoxSize
Gets or sets a value indicating the size of the check box.
Declaration
public Size CheckBoxSize { get; set; }
Property Value
Type |
---|
System.Drawing.Size |
FalseValue
Gets or sets the underlying value corresponding to a cell value of false, which appears as an unchecked box.
Declaration
public object FalseValue { get; set; }
Property Value
Type |
---|
System.Object |
IndeterminateValue
Gets or sets the underlying value corresponding to an indeterminate or null cell value, which appears as a disabled checkbox.
Declaration
public object IndeterminateValue { get; set; }
Property Value
Type |
---|
System.Object |
TrueValue
Gets or sets the underlying value corresponding to a cell value of true, which appears as an checked box.
Declaration
public object TrueValue { get; set; }
Property Value
Type |
---|
System.Object |