C# Class SourceGrid.Cells.Models.CheckBox

CheckBox model.
Inheritance: ICheckBox
Exibir arquivo Open project: zhuangyy/Motion Class Usage Examples

Public Methods

Method Description
GetCheckBoxStatus ( CellContext cellContext ) : CheckBoxStatus

Constructor

SetCheckedValue ( CellContext cellContext, bool pChecked ) : void

Set the checked value

Method Details

GetCheckBoxStatus() public method

Constructor
public GetCheckBoxStatus ( CellContext cellContext ) : CheckBoxStatus
cellContext CellContext
return CheckBoxStatus

SetCheckedValue() public method

Set the checked value
public SetCheckedValue ( CellContext cellContext, bool pChecked ) : void
cellContext CellContext
pChecked bool
return void