Scheduler for UWP | 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
     
    
    <C1CategoryAttribute("Mapping")>
    <C1DescriptionAttribute("Mapping.Location", "Allows the Location property of the appointment to be bound to appropriate field in the data source.")>
    Public ReadOnly Property Location As MappingInfo
    [C1Category("Mapping")]
    [C1Description("Mapping.Location", "Allows the Location property of the appointment to be bound to appropriate field in the data source.")]
    public MappingInfo Location {get;}
    See Also