MobileForms Toolkit Documentation

ItemTemplate.CellTemplates Property

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

public ItemTemplate.CellCollection CellTemplates {get;}

Property Value

The ItemTemplate.CellCollection.

Remarks

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

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

See Also

ItemTemplate Class | Resco.Controls.AdvancedComboBox Namespace