C# Class ZForge.Controls.XPTable.Renderers.CheckBoxRendererData

Contains information about the current state of a Cell's check box
Exibir arquivo Open project: zhuangyy/Motion Class Usage Examples

Public Methods

Method Description
CheckBoxRendererData ( CheckBoxStates checkState ) : System

Initializes a new instance of the ButtonRendererData class with the specified CheckBox state

Method Details

CheckBoxRendererData() public method

Initializes a new instance of the ButtonRendererData class with the specified CheckBox state
public CheckBoxRendererData ( CheckBoxStates checkState ) : System
checkState CheckBoxStates The current state of the Cells CheckBox
return System