menu

WinUI

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

    Show / Hide Table of Contents

    Class AppointmentControlAutomationPeer

    Represents the class that exposes the AppointmentControl to UI automation.

    Inheritance
    System.Object
    AppointmentControlAutomationPeer
    Implements
    Microsoft.UI.Xaml.Automation.Provider.IValueProvider
    Namespace: Syncfusion.UI.Xaml.Automation.Peers
    Assembly: Syncfusion.Scheduler.WinUI.dll
    Syntax
    public class AppointmentControlAutomationPeer : FrameworkElementAutomationPeer, IValueProvider

    Constructors

    AppointmentControlAutomationPeer(AppointmentControl)

    Initializes a new instance of the AppointmentControlAutomationPeer class.

    Declaration
    public AppointmentControlAutomationPeer(AppointmentControl appControl)
    Parameters
    Type Name Description
    AppointmentControl appControl

    The appointment control.

    Properties

    IsReadOnly

    Declaration
    public bool IsReadOnly { get; }
    Property Value
    Type
    System.Boolean

    Value

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

    Methods

    GetLocalizedControlTypeCore()

    Declaration
    protected override string GetLocalizedControlTypeCore()
    Returns
    Type
    System.String

    GetNameCore()

    Gets the text label of AppointmentControl that is associated with AppointmentControlAutomationPeer.

    Declaration
    protected override string GetNameCore()
    Returns
    Type Description
    System.String

    Returns the text label of AppointmentControl.

    GetPatternCore(PatternInterface)

    Declaration
    protected override object GetPatternCore(PatternInterface patternInterface)
    Parameters
    Type Name Description
    Microsoft.UI.Xaml.Automation.Peers.PatternInterface patternInterface
    Returns
    Type
    System.Object

    SetValue(String)

    Declaration
    public void SetValue(string value)
    Parameters
    Type Name Description
    System.String value

    Implements

    Microsoft.UI.Xaml.Automation.Provider.IValueProvider
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved