menu

WinUI

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

    Show / Hide Table of Contents

    Class DateTimeSpinnerBaseAutomationPeer

    Exposes DateTimeSpinnerBase control to UI Automation.

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

    Constructors

    DateTimeSpinnerBaseAutomationPeer(DateTimeSpinnerBase)

    Initializes a new instance of the DateTimeSpinnerBaseAutomationPeer class.

    Declaration
    public DateTimeSpinnerBaseAutomationPeer(DateTimeSpinnerBase control)
    Parameters
    Type Name Description
    DateTimeSpinnerBase control

    The DateTimeSpinnerBase control.

    Properties

    IsReadOnly

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

    Methods

    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.IValueProvider
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved