MindFusion.Wpf Pack Programmer's Guide
Appointment.Location Property
See Also
 





Gets or sets the appointment location.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public override Location Location { get; set; }

Visual Basic  Copy Code

Public Overrides Property Location As Location

 Property Value

An instance of the Location class specifying the appointment's location. The default is null (Nothing in Visual Basic).

 See Also

Appointment Members
Appointment Class
MindFusion.Scheduling Namespace