C# Class SourceGrid.Cells.Virtual.CheckBox

A Cell with a CheckBox. This Cell is of type bool. Abstract, you must override GetValue and SetValue.
Inheritance: CellVirtual
ファイルを表示 Open project: zhuangyy/Motion

Public Methods

Method Description
CheckBox ( ) : System

Constructor of a CheckBox style cell. You must st a valid Model to use this type of cell with this constructor.

Method Details

CheckBox() public method

Constructor of a CheckBox style cell. You must st a valid Model to use this type of cell with this constructor.
public CheckBox ( ) : System
return System