MobileForms Toolkit Documentation

RowTemplate.CellCollection.Contains Method 

Determines whether the CellCollection contains a specific element.

public bool Contains(
Cell value
);

Parameters

value
The Cell to locate in the CellCollection.

Return Value

true if the CellCollection contains the specified value; otherwise, false.

See Also

RowTemplate.CellCollection Class | Resco.Controls.AdvancedList Namespace