MobileForms Toolkit Documentation

HeaderRow Constructor

Creates empty header row.

Overload List

Creates empty header row.

public HeaderRow();

Creates new header row, with chosen template index and data with field names

public HeaderRow(int,IList);

Creates new header row, with chosen template index, tag and data with field names

public HeaderRow(int,string,IList);

See Also

HeaderRow Class | Resco.Controls.AdvancedList Namespace