MobileForms Toolkit Documentation

CellEditType Enumeration

Defines the type of editing of cell after it was clicked

public enum CellEditType

Members

Member Name Description
None No editing will take place
TextBox Editing will be managed by using a TextBox class
CheckBox Editing will be managed by using a CheckBox class
Custom Editing will be managed by using an arbitrary Control-derived class

Requirements

Namespace: Resco.Controls.SmartGrid

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

See Also

Resco.Controls.SmartGrid Namespace