MobileForms Toolkit Documentation

CheckBoxCell Class

CheckBoxCell is derived from Cell and is used to draw CheckBoxes in the column. These cells are created automatically by SmartGrid if CellEdit property of a Column is set to CellEditType.CheckBox. All the cells in SmartGrid are recreated upon every repaint of SmartGrid. If you change any propeties of a CheckBoxCell object, these changes will be discarded

For a list of all members of this type, see CheckBoxCell Members.

System.Object
   Resco.Controls.SmartGrid.Cell
      Resco.Controls.SmartGrid.CustomCell
         Resco.Controls.SmartGrid.CheckBoxCell

public class CheckBoxCell : CustomCell

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Resco.Controls.SmartGrid

Assembly: Resco.SmartGrid.CF3 (in Resco.SmartGrid.CF3.dll)

See Also

CheckBoxCell Members | Resco.Controls.SmartGrid Namespace