Version

ICheckBoxField Interface Members

The following tables list the members exposed by ICheckBoxField.

Public Properties
 NameDescription
 PropertyCellTextSpecifies the text to display next to the checkbox.  
 PropertyCheckBoxThe object for customizing the checkboxes displayed in the column  
 PropertyToolTipCheckedThe tooltip and alt tag used for a cell checkbox when it is checked.  
 PropertyToolTipPartialThe tooltip and alt tag used for a cell checkbox when it is partially checked.  
 PropertyToolTipUncheckedThe tooltip and alt tag used for a cell checkbox when it is unchecked.  
Public Methods
 NameDescription
 MethodCalculateImageAltConverts a value into the corresponding image url of the checkbox to be displayed  
 MethodCalculateImageUrlConverts a value into the corresponding image url of the checkbox to be displayed  
 MethodCalculateStateTakes in a value, such as from a GridRecordItem, and coverts it to a CheckBoxState  
See Also