Gets or sets the Formatter used to provide information about styling various parts of a Scheduler. This is a dependency property.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public SchedulerFormatter Formatter { get; set; }
Visual Basic (Declaration)
Public Property Formatter As SchedulerFormatter

See Also