menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ScheduleAppointmentMapping - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ScheduleAppointmentMapping

    Represents a schedule appointment mapping.

    Inheritance
    System.Object
    ScheduleAppointmentMapping
    Namespace: Syncfusion.UI.Xaml.Schedule
    Assembly: Syncfusion.SfSchedule.UWP.dll
    Syntax
    public class ScheduleAppointmentMapping : DependencyObject

    Constructors

    ScheduleAppointmentMapping()

    Declaration
    public ScheduleAppointmentMapping()

    Fields

    AllDayMappingProperty

    Declaration
    public static readonly DependencyProperty AllDayMappingProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    AppointmentBackgroundMappingProperty

    Declaration
    public static readonly DependencyProperty AppointmentBackgroundMappingProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    DisplayNameMappingProperty

    Declaration
    public static readonly DependencyProperty DisplayNameMappingProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    EndTimeMappingProperty

    Declaration
    public static readonly DependencyProperty EndTimeMappingProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    EndTimeZoneMappingProperty

    Declaration
    public static readonly DependencyProperty EndTimeZoneMappingProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    IsRecursiveMappingProperty

    Declaration
    public static readonly DependencyProperty IsRecursiveMappingProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    LocationMappingProperty

    Declaration
    public static readonly DependencyProperty LocationMappingProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    NotesMappingProperty

    Declaration
    public static readonly DependencyProperty NotesMappingProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    ReadOnlyMappingProperty

    Declaration
    public static readonly DependencyProperty ReadOnlyMappingProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    RecurrenceProperitesMappingProperty

    Declaration
    public static readonly DependencyProperty RecurrenceProperitesMappingProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    RecurrenceRuleMappingProperty

    Declaration
    public static readonly DependencyProperty RecurrenceRuleMappingProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    RecurrenceTypeMappingProperty

    Declaration
    public static readonly DependencyProperty RecurrenceTypeMappingProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    ReminderTimeMappingProperty

    Declaration
    public static readonly DependencyProperty ReminderTimeMappingProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    ResourceCollectionMappingProperty

    Declaration
    public static readonly DependencyProperty ResourceCollectionMappingProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    ResourceNameMappingProperty

    Declaration
    public static readonly DependencyProperty ResourceNameMappingProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    StartTimeMappingProperty

    Declaration
    public static readonly DependencyProperty StartTimeMappingProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    StartTimeZoneMappingProperty

    Declaration
    public static readonly DependencyProperty StartTimeZoneMappingProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    StatusMappingProperty

    Declaration
    public static readonly DependencyProperty StatusMappingProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    SubjectMappingProperty

    Declaration
    public static readonly DependencyProperty SubjectMappingProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    TypeNameMappingProperty

    Declaration
    public static readonly DependencyProperty TypeNameMappingProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    AllDayMapping

    Gets or Sets the AllDay mapping property on the bound object.

    Declaration
    public string AllDayMapping { get; set; }
    Property Value
    Type
    System.String

    AppointmentBackgroundMapping

    Gets or Sets the AppointmentBackground mapping property on the bound object.

    Declaration
    public string AppointmentBackgroundMapping { get; set; }
    Property Value
    Type
    System.String

    DisplayNameMapping

    Gets or Sets the DisplayName mapping property on the bound object.

    Declaration
    public string DisplayNameMapping { get; set; }
    Property Value
    Type
    System.String

    EndTimeMapping

    Gets or Sets the EndTimeMapping property for the bound object.

    Declaration
    public string EndTimeMapping { get; set; }
    Property Value
    Type
    System.String

    EndTimeZoneMapping

    Gets or Sets the EndTimeZone mapping property on the bound object.

    Declaration
    public string EndTimeZoneMapping { get; set; }
    Property Value
    Type
    System.String

    IsRecursiveMapping

    Gets or Sets the IsRecursiveMapping mapping property on the bound object.

    Declaration
    public string IsRecursiveMapping { get; set; }
    Property Value
    Type
    System.String

    LocationMapping

    Gets or Sets the Location mapping property for the bound object.

    Declaration
    public string LocationMapping { get; set; }
    Property Value
    Type
    System.String

    NotesMapping

    Gets or Sets the notes mapping property on the bound object.

    Declaration
    public string NotesMapping { get; set; }
    Property Value
    Type
    System.String

    ReadOnlyMapping

    Gets or Sets the ReadOnly mapping property on the bound object.

    Declaration
    public string ReadOnlyMapping { get; set; }
    Property Value
    Type
    System.String

    RecurrenceProperitesMapping

    Gets or Sets the RecurrenceProperites mapping property on the bound object.

    Declaration
    public string RecurrenceProperitesMapping { get; set; }
    Property Value
    Type
    System.String

    RecurrenceRuleMapping

    Gets or Sets the RecurrenceRule mapping property on the bound object.

    Declaration
    public string RecurrenceRuleMapping { get; set; }
    Property Value
    Type
    System.String

    RecurrenceTypeMapping

    Gets or Sets the RecurrenceType mapping property on the bound object.

    Declaration
    public string RecurrenceTypeMapping { get; set; }
    Property Value
    Type
    System.String

    ReminderTimeMapping

    Gets or Sets the reminder time mapping property on the bound object.

    Declaration
    public string ReminderTimeMapping { get; set; }
    Property Value
    Type
    System.String

    ResourceCollectionMapping

    Gets or Sets the ResourceCollection mapping property on the bound object.

    Declaration
    public string ResourceCollectionMapping { get; set; }
    Property Value
    Type
    System.String

    ResourceNameMapping

    Gets or Sets the ResourceName mapping property on the bound object.

    Declaration
    public string ResourceNameMapping { get; set; }
    Property Value
    Type
    System.String

    StartTimeMapping

    Gets or sets the start time mapping.

    Declaration
    public string StartTimeMapping { get; set; }
    Property Value
    Type Description
    System.String

    The start time mapping.

    StartTimeZoneMapping

    Gets or Sets the StartTimeZone mapping property on the bound object.

    Declaration
    public string StartTimeZoneMapping { get; set; }
    Property Value
    Type
    System.String

    StatusMapping

    Gets or Sets the status mapping property on the bound object.

    Declaration
    public string StatusMapping { get; set; }
    Property Value
    Type
    System.String

    SubjectMapping

    Gets or sets the subject mapping.

    Declaration
    public string SubjectMapping { get; set; }
    Property Value
    Type Description
    System.String

    The subject mapping.

    TypeNameMapping

    Gets or Sets the TypeName mapping property on the bound object.

    Declaration
    public string TypeNameMapping { get; set; }
    Property Value
    Type
    System.String

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved