Initializes the column with its InnerHTML value.
Namespace: DayPilot.Web.MvcAssembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)
Syntax
| C# |
|---|
public ResourceColumn( string html ) |
| Visual Basic |
|---|
Public Sub New ( _ html As String _ ) |
| Visual C++ |
|---|
public: ResourceColumn( String^ html ) |
Parameters
- html
- Type: System..::..String