MobileForms Toolkit Documentation

Column Constructor

Creates default column.

Overload List

Creates default column.

public Column();

Creates a new column as a copy of the existing one.

public Column(Column);

Creates column with given width, header text and data member.

public Column(int,string,string);

See Also

Column Class | Resco.Controls.SmartGrid Namespace