menu

WinUI

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

    Show / Hide Table of Contents

    Class CalendarItemAutomationPeer

    Exposes CalendarItem to UI Automation.

    Inheritance
    System.Object
    CalendarItemAutomationPeer
    Implements
    Microsoft.UI.Xaml.Automation.Provider.IScrollItemProvider
    Microsoft.UI.Xaml.Automation.Provider.ISelectionItemProvider
    Microsoft.UI.Xaml.Automation.Provider.IValueProvider
    Namespace: Syncfusion.UI.Xaml.Automation.Peers
    Assembly: Syncfusion.Calendar.WinUI.dll
    Syntax
    public class CalendarItemAutomationPeer : FrameworkElementAutomationPeer, IScrollItemProvider, ISelectionItemProvider, IValueProvider

    Constructors

    CalendarItemAutomationPeer(CalendarItem)

    Initializes a new instance of the CalendarItemAutomationPeer class.

    Declaration
    public CalendarItemAutomationPeer(CalendarItem control)
    Parameters
    Type Name Description
    CalendarItem control

    The owner element.

    Properties

    IsReadOnly

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

    IsSelected

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

    SelectionContainer

    Declaration
    public IRawElementProviderSimple SelectionContainer { get; }
    Property Value
    Type
    Microsoft.UI.Xaml.Automation.Provider.IRawElementProviderSimple

    Value

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

    Methods

    AddToSelection()

    Declaration
    public void AddToSelection()

    GetAutomationControlTypeCore()

    Declaration
    protected override AutomationControlType GetAutomationControlTypeCore()
    Returns
    Type
    Microsoft.UI.Xaml.Automation.Peers.AutomationControlType

    GetClassNameCore()

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

    GetLocalizedControlTypeCore()

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

    GetNameCore()

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

    GetPatternCore(PatternInterface)

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

    IsContentElementCore()

    Declaration
    protected override bool IsContentElementCore()
    Returns
    Type
    System.Boolean

    IsControlElementCore()

    Declaration
    protected override bool IsControlElementCore()
    Returns
    Type
    System.Boolean

    RemoveFromSelection()

    Declaration
    public void RemoveFromSelection()

    ScrollIntoView()

    Declaration
    public void ScrollIntoView()

    Select()

    Declaration
    public void Select()

    SetValue(String)

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

    Implements

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