Namespace: DayPilot.Web.Ui.Events.Gantt
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
| C# |
|---|
public BeforeTaskRenderEventArgs..::..TaskBox Box { get; private set; } |
| Visual Basic |
|---|
Public Property Box As BeforeTaskRenderEventArgs..::..TaskBox Get Private Set |
| Visual C++ |
|---|
public: property BeforeTaskRenderEventArgs..::..TaskBox^ Box { BeforeTaskRenderEventArgs..::..TaskBox^ get (); private: void set (BeforeTaskRenderEventArgs..::..TaskBox^ value); } |