Scheduler for WPF and Silverlight | ComponentOne
C1.C1Schedule Namespace / AppointmentMappingCollection Class / Location Property

In This Topic
    Location Property (AppointmentMappingCollection)
    In This Topic
    Returns MappingInfo object for the Appointment.Location property of the Appointment object. If the storage object is bound to a data source via its DataSource property, the properties of this object allow the Appointment.Location property to be bound to the appropriate field in the data source.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Location As MappingInfo
    public MappingInfo Location {get;}
    See Also