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 ) |
Visual Basic |
---|
Public Sub New ( id As String ) |
Visual C++ |
---|
public: Column( String^ id ) |
F# |
---|
new : id : string -> Column |
Parameters
- id
- Type: System..::..String
The column identifier.