MobileForms Toolkit Documentation

NodeTemplate.CellTemplates Property

Gets the CellCollection which contains Cells to display values.

public CellCollection CellTemplates {get;}

Property Value

The CellCollection.

Remarks

CellCollection stores the Cells, that are part of this node template and are essential in displaying informations in the AdvancedTree.

Use the indexer Item instead of this property for quick access.

See Also

NodeTemplate Class | Resco.Controls.AdvancedTree Namespace