Search
CalendarTextEventArgs.Element Property
See Also
 





Gets the type of the calendar element related to the event.

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

 Syntax

C#  Copy Code

public CalendarTextElements Element { get; }

Visual Basic  Copy Code

Public ReadOnly Property Element As CalendarTextElements

 Property Value

A member of the CalendarTextElements enumeration.

 See Also