List of resource IDs in this section.

Namespace: DayPilot.Web.Ui
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)

Syntax

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

See Also