Custom event data (DayPilotNavigator.DataServerTagFields property). Read-only.
Namespace: DayPilot.Web.Ui.Events.NavigatorAssembly: DayPilot (in DayPilot.dll) Version: 6.8.2460.0 (6.8.2460.0)
Syntax
| C# |
|---|
public TagCollection ServerTag { get; private set; } |
| Visual Basic |
|---|
Public Property ServerTag As TagCollection Get Private Set |
| Visual C++ |
|---|
public: property TagCollection^ ServerTag { TagCollection^ get (); private: void set (TagCollection^ value); } |