MobileForms Toolkit Documentation

RowTemplate.CellTemplates Property

Gets the RowTemplate.CellCollection which contains Cells to display values.

public RowTemplate.CellCollection CellTemplates {get;}

Property Value

The RowTemplate.CellCollection.

Remarks

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

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

See Also

RowTemplate Class | Resco.Controls.AdvancedList Namespace