Initializes a new instance of the
Column class.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public Column(
string id,
string title,
double width
) |
Visual Basic |
---|
Public Sub New (
id As String,
title As String,
width As Double
) |
Visual C++ |
---|
public:
Column(
String^ id,
String^ title,
double width
) |
F# |
---|
new :
id : string *
title : string *
width : float -> Column |
Parameters
- id
- Type: System..::..String
The column identifier.
- title
- Type: System..::..String
The column label.
- width
- Type: System..::..Double
The column width.
See Also