MobileForms Toolkit Documentation

TemplateSet.IndexOf Method 

Searches for the specified RowTemplate and returns the zero-based index of the first occurrence within the entire TemplateSet.

public int IndexOf(
RowTemplate value
);

Parameters

value
The RowTemplate to locate in the TemplateSet.

Return Value

The zero-based index of the first occurrence of value within the entire TemplateSet, if found; otherwise, -1.

See Also

TemplateSet Class | Resco.Controls.AdvancedList Namespace