Search
CalendarTextEventArgs.Resource Property
See Also
 






Gets the resource related to the element being customized.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Resource Resource { get; }

Visual Basic  Copy Code

Public ReadOnly Property Resource As Resource

 Property Value

A Resource object.

 Remarks

This could be null when no resources are related to the element.

 See Also