MobileForms Toolkit Documentation

Cell Properties

The properties of the Cell class are listed below. For a complete list of Cell class members, see the Cell Members topic.

Public Instance Properties

Anchor Gets or sets the AnchorStyle of a cell.
AutoHeight Determines whether cell changes height according to data.
BackColor Gets or sets the background color of a cell.
Border Gets or sets the BorderType of a cell.
Bounds Gets or sets the bounds of a cell relative to displayed row.
CellSource Gets or sets the CellSource of a Cell.
CustomizeCell Gets or sets the boolean value indicating whether cells can be customized during drawing of AdvancedList.
DesignName Gets or sets the design-time name of the Cell.
ForeColor Gets or sets the foreground color of a cell.
Item Gets or sets the data for given cell on given cell index.
Location 
Name Gets or sets the name of the Cell.
Parent Gets the reference to parent AdvancedList.
Selectable Gets or sets a value indicating whether the current cell can be selected.
Site (inherited from Component)Gets or sets the ISite of the Component.
Size 
Visible 

Protected Instance Properties

CurrentRow Gets During drawing contains the reference to current row.
Events (inherited from Component)Gets the list of event handlers that are attached to this Component.

Protected Internal Instance Properties

Customizing Gets the value indicating wether the cell is currently customizing via CustomizeCell event.
Graphics Gets the reference to current graphics to draw.
Owner Gets or sets the RowTemplate, which owns the cell.

See Also

Cell Class | Resco.Controls.AdvancedList Namespace | Copy constructor