MobileForms Toolkit Documentation

Resco.Controls.SmartGrid Namespace

Namespace hierarchy

Classes

Class Description
Cell The Cell class gives access to the currently drawn grid cells.
CellCollection Class responsible for caching of drawn cells and their (re)drawing.
CellEventArgs Class containing arguments for CellClick and HeaderClick events.
Column Represents a column in the Smartgrid.
ColumnCollection ColumnCollection contains the rows of the SmartGrid.
ColumnDragEventArgs Class containing arguments for ColumnDrag event.
ColumnResizeEventArgs Class containing arguments for ColumnResize event.
ColumnsChangedEventArgs Class containing arguments for ColumnsChanged event.
CustomCell CustomCell is derived from Cell and is used to customize contents drawn by the cell.
CustomEditEventArgs Class containing arguments for BeforeCustomEdit and AfterCustomEditevents.
CustomizeCellEventArgs Class containing arguments for CustomizeCell event.
DataConnector Basic implementation of IDataConnector which connects to arbitrary database.
GradientColor Represents a gradient color.
CheckBoxCell 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
CheckBoxEditEventArgs Class containing arguments for CheckBoxEdit event.
Mapping Used as a map between column names and column indices.
Row The Row class wraps the data displayed by the SmartGrid.
RowAddingEventArgs Represents arguments for RowAddingEventHandler delegate.
RowCollection RowCollection contains the rows of the SmartGrid.
RowResizeEventArgs Class containing arguments for RowResize event.
ScrollEventArgs  
SelectionChangingEventArgs Class containing arguments for SelectionChanging event.
SmartGrid Resco SmartGrid control.
Style Style contains the properties for displaying the various cells.
StyleCollection StyleCollection contains the styles of the SmartGrid.
TextBoxEditEventArgs Class containing arguments for TextBoxEdit event.

Interfaces

Interface Description
IDataConnector Represents a connection to an enumerable data source.

Delegates

Delegate Description
CellClickHandler Delegate for the CellClick and HeaderClick events.
ColumnDragHandler Delegate for the ColumnDrag event.
ColumnResizeHandler Delegate for the ColumnResize event.
CustomEditHandler Delegate for the BeforeCustomEdit event and AfterCustomEdit.
CustomizeCellHandler Delegate for the CustomizeCell event.
CheckBoxEditHandler Delegate for the CheckBoxEdit event.
RowAddingEventHandler Represents the method that will handle the RowAdding event.
RowResizeHandler Delegate for the RowResize event.
ScrollEventHandler Represents the method that will handle the Scroll event.
SelectionChangingHandler Delegate for the SelectionChanging event.
SmartGrid.DesignTimeCallback  
TextBoxEditHandler Delegate for the TextBoxEdit event.

Enumerations

Enumeration Description
Alignment Defines the alignment of text, image or other content.
AutoSizeColumnMode Defines values for specifying how the widths of columns are adjusted.
AutoSizeColumnsMode Defines values for specifying how the widths of columns are adjusted.
AutoSizeRowMode Defines values for specifying how the height of a row is adjusted.
AutoSizeRowsMode Defines values for specifying how the widths of columns are adjusted.
CellEditType Defines the type of editing of cell after it was clicked
CustomizeCellMode Defines the behaviour of CustomizeCell event.
EditMode Defines the behavior of editable cells for a column.
FillDirection The direction of the gradient will fill.
ChangeType  
ImagePosition Defines the position of the image in the Cell.
ScrollEdge  
ScrollMode  
ScrollType  
SqlCeVersion  
TouchScrollDirection