Search
CalendarTextEventArgs.Resources Property
See Also
 





Gets the resources related to the element being drawn.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Resource[] Resources { get; }

Visual Basic  Copy Code

Public ReadOnly Property Resources As Resource()

 Property Value

An array of Resource objects.

 See Also