List of resource IDs in this section.

Namespace:  DayPilot.Web.Ui.Events.Dynamic
Assembly:  DayPilot (in DayPilot.dll) Version: 5.8.1956.0 (5.8.1956.0)

Syntax

C#
public List<string> Resources { get; }
Visual Basic (Declaration)
Public ReadOnly Property Resources As List(Of String)
Visual C++
public:
property List<String^>^ Resources {
	List<String^>^ get ();
}

See Also