Custom fields.
Namespace: DayPilot.Web.Ui.Events.BubbleAssembly: DayPilot (in DayPilot.dll) Version: 6.8.2460.0 (6.8.2460.0)
Syntax
| C# |
|---|
public TagCollection Tag { get; internal set; } |
| Visual Basic |
|---|
Public Property Tag As TagCollection Get Friend Set |
| Visual C++ |
|---|
public: property TagCollection^ Tag { TagCollection^ get (); internal: void set (TagCollection^ value); } |