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