menu

WinUI

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

    Show / Hide Table of Contents

    Class CalendarDateRangePickerAutomationPeer

    Exposes SfCalendarDateRangePicker control to UI Automation.

    Inheritance
    System.Object
    CalendarDateRangePickerAutomationPeer
    Implements
    Microsoft.UI.Xaml.Automation.Provider.IExpandCollapseProvider
    Namespace: Syncfusion.UI.Xaml.Automation.Peers
    Assembly: Syncfusion.Calendar.WinUI.dll
    Syntax
    public class CalendarDateRangePickerAutomationPeer : FrameworkElementAutomationPeer, IExpandCollapseProvider

    Constructors

    CalendarDateRangePickerAutomationPeer(SfCalendarDateRangePicker)

    Initializes a new instance of the CalendarDateRangePickerAutomationPeer class.

    Declaration
    public CalendarDateRangePickerAutomationPeer(SfCalendarDateRangePicker control)
    Parameters
    Type Name Description
    SfCalendarDateRangePicker control

    The SfCalendarDateRangePicker control.

    Properties

    ExpandCollapseState

    Declaration
    public ExpandCollapseState ExpandCollapseState { get; }
    Property Value
    Type
    Microsoft.UI.Xaml.Automation.ExpandCollapseState

    Methods

    Collapse()

    Declaration
    public void Collapse()

    Expand()

    Declaration
    public void Expand()

    GetAutomationControlTypeCore()

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

    GetLocalizedControlTypeCore()

    Declaration
    protected override string GetLocalizedControlTypeCore()
    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

    Implements

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