Initializes a new instance of the Column class.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public Column(
	string id,
	string label,
	int width
)
Visual Basic
Public Sub New ( 
	id As String,
	label As String,
	width As Integer
)
Visual C++
public:
Column(
	String^ id, 
	String^ label, 
	int width
)
F#
new : 
        id : string * 
        label : string * 
        width : int -> Column

Parameters

id
Type: System..::..String
The column identifier.
label
Type: System..::..String
The column label.
width
Type: System..::..Int32
The column width.

See Also