Gets or sets the SchedulerFormatter used to style various parts of the Scheduler. This is a dependency property.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public SchedulerFormatter Formatter { get; set; }
Visual Basic
Public Property Formatter As SchedulerFormatter
	Get
	Set
Visual C++
public:
property SchedulerFormatter^ Formatter {
	SchedulerFormatter^ get ();
	void set (SchedulerFormatter^ value);
}

See Also