Constructor that sets the default values.
Namespace: DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 6.8.2460.0 (6.8.2460.0)
Syntax
| C# |
|---|
public Column( string name, string val ) |
| Visual Basic |
|---|
Public Sub New ( _ name As String, _ val As String _ ) |
| Visual C++ |
|---|
public: Column( String^ name, String^ val ) |
Parameters
- name
- Type: System..::..String
Column name (visible).
- val
- Type: System..::..String
Column value (id).