Creates empty header row.
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);
HeaderRow Class | Resco.Controls.AdvancedList Namespace