menu

WinUI

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

    Show / Hide Table of Contents

    Class MonthAgendaViewAutomationPeer

    Represents the class that exposes the MonthAgendaView to UI automation.

    Inheritance
    System.Object
    MonthAgendaViewAutomationPeer
    Namespace: Syncfusion.UI.Xaml.Automation.Peers
    Assembly: Syncfusion.Scheduler.WinUI.dll
    Syntax
    public class MonthAgendaViewAutomationPeer : FrameworkElementAutomationPeer

    Constructors

    MonthAgendaViewAutomationPeer(MonthAgendaView)

    Initializes a new instance of the MonthAgendaViewAutomationPeer class.

    Declaration
    public MonthAgendaViewAutomationPeer(MonthAgendaView monthAgendaView)
    Parameters
    Type Name Description
    MonthAgendaView monthAgendaView

    The agenda list view control.

    Methods

    GetChildrenCore()

    Gets the collection of child elements of the MonthAgendaView that is associated with this MonthAgendaViewAutomationPeer.

    Declaration
    protected override IList<AutomationPeer> GetChildrenCore()
    Returns
    Type Description
    System.Collections.Generic.IList<Microsoft.UI.Xaml.Automation.Peers.AutomationPeer>

    Returns the collection of child elements of the MonthAgendaView.

    GetLocalizedControlTypeCore()

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

    GetNameCore()

    Gets the text label of MonthAgendaView that is associated with MonthAgendaViewAutomationPeer.

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

    Returns the text label of MonthAgendaView.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved