Constructor that sets the default values.
Namespace:
DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 5.8.1956.0 (5.8.1956.0)
Syntax
C# |
---|
public Column( string name, string val ) |
Visual Basic (Declaration) |
---|
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).