MobileForms Toolkit Documentation

Row  Constructor (Int32, Int32, Int32, Int32)

This constructor is used for the derived classes.

protected Row(
int templateIndex,
int selectedTemplateIndex,
int activeTempalteIndex,
int alternateTemplateIndex
);

Parameters

templateIndex
The template index.
selectedTemplateIndex
The selected template index.
activeTempalteIndex
The active template index.
alternateTemplateIndex
The alternate template index.

Remarks

The constructor sets mapping to null and creates no data. Most data manipulation methods doesn't work (throws exception) after using this constructor. You must override the following members:

The StringData property is not get/set in derived rows using this constructor.

See Also

Row Class | Resco.Controls.AdvancedList Namespace | Row Constructor Overload List