MobileForms Toolkit Documentation

Cell.Item Property

Gets or sets the data for given cell on given cell index.

public object this[
Resco.Controls.AdvancedTree.Node n,
int index
] {get; set;}

Property Value

The data from the given Node, when the cell has the given index.

Remarks

index is used when binding to default data source, with the ColumnIndex set to -1. Then the index-th column from the node is taken. Otherwise the source of data are determined by the CellSource.

See Also

Cell Class | Resco.Controls.AdvancedTree Namespace