MobileForms Toolkit Documentation

CustomCell Class

CustomCell is derived from Cell and is used to customize contents drawn by the cell.

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

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

public class CustomCell : Cell

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.

Remarks

CustomCell is used by the CustomizeCell event to allow customizable cell Text, Image and Style.

Requirements

Namespace: Resco.Controls.SmartGrid

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

See Also

CustomCell Members | Resco.Controls.SmartGrid Namespace