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