menu

UWP

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

    Show / Hide Table of Contents

    Class ScheduleAppointmentEditor

    Represents the Schedule Appointment Editor.

    Inheritance
    System.Object
    ScheduleAppointmentEditor
    Implements
    System.IDisposable
    Namespace: Syncfusion.UI.Xaml.Schedule
    Assembly: Syncfusion.SfSchedule.UWP.dll
    Syntax
    public class ScheduleAppointmentEditor : Control, IDisposable

    Constructors

    ScheduleAppointmentEditor()

    Initializes a new instance of the ScheduleAppointmentEditor class.

    Declaration
    public ScheduleAppointmentEditor()

    Fields

    AppointmentEditorBackgroundProperty

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

    AppointmentEditorForegroundProperty

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

    DateTimeFormatProperty

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

    Properties

    AppointmentEditorBackground

    Declaration
    public Brush AppointmentEditorBackground { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    AppointmentEditorForeground

    Declaration
    public Brush AppointmentEditorForeground { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    DateTimeFormat

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

    Item[String]

    Declaration
    public object this[string key] { get; set; }
    Parameters
    Type Name Description
    System.String key
    Property Value
    Type
    System.Object

    Methods

    Dispose()

    Method to release allocated resources of ScheduleAppointmentEditor.

    Declaration
    public void Dispose()

    Dispose(Boolean)

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    FindVisualChildren<T>(DependencyObject)

    Declaration
    public static IEnumerable<T> FindVisualChildren<T>(DependencyObject Obj)
        where T : DependencyObject
    Parameters
    Type Name Description
    Windows.UI.Xaml.DependencyObject Obj
    Returns
    Type
    System.Collections.Generic.IEnumerable<T>
    Type Parameters
    Name
    T

    OnApplyTemplate()

    Declaration
    protected override void OnApplyTemplate()

    Implements

    System.IDisposable

    Extension Methods

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