C# Class SourceGrid.Cells.CheckBox

A Cell with a CheckBox. This Cell is of type bool.
Inheritance: Cell
Mostra file Open project: zhuangyy/Motion Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
CheckBox ( )

Constrcutor

CheckBox ( string caption, bool checkValue )

Construct a CellCheckBox class with caption and align checkbox in the MiddleLeft, using BehaviorModels.CheckBox.Default

Method Details

CheckBox() public method

Constrcutor
public CheckBox ( )

CheckBox() public method

Construct a CellCheckBox class with caption and align checkbox in the MiddleLeft, using BehaviorModels.CheckBox.Default
public CheckBox ( string caption, bool checkValue )
caption string
checkValue bool