Initializes a new instance of the DataItemWrapper class
Namespace: DayPilot.Web.Ui.DataAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
C# |
---|
public DataItemWrapper( Object dataItem ) |
Visual Basic |
---|
Public Sub New ( _ dataItem As Object _ ) |
Visual C++ |
---|
public: DataItemWrapper( Object^ dataItem ) |
Parameters
- dataItem
- Type: System..::..Object