Class CalendarDatePickerAutomationPeer
Exposes Calendar DatePicker control to UI Automation.
Inheritance
System.Object
CalendarDatePickerAutomationPeer
Implements
Microsoft.UI.Xaml.Automation.Provider.IExpandCollapseProvider
Microsoft.UI.Xaml.Automation.Provider.IValueProvider
Assembly: Syncfusion.Calendar.WinUI.dll
Syntax
public class CalendarDatePickerAutomationPeer : FrameworkElementAutomationPeer, IExpandCollapseProvider, IValueProvider
Constructors
CalendarDatePickerAutomationPeer(SfCalendarDatePicker)
Declaration
public CalendarDatePickerAutomationPeer(SfCalendarDatePicker control)
Parameters
Properties
ExpandCollapseState
Declaration
public ExpandCollapseState ExpandCollapseState { get; }
Property Value
Type |
Microsoft.UI.Xaml.Automation.ExpandCollapseState |
IsReadOnly
Declaration
public bool IsReadOnly { get; }
Property Value
Value
Declaration
public string Value { get; }
Property Value
Methods
Collapse()
Declaration
Expand()
Declaration
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
Type |
Microsoft.UI.Xaml.Automation.Peers.AutomationControlType |
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
GetNameCore()
Declaration
protected override string GetNameCore()
Returns
GetPatternCore(PatternInterface)
Declaration
protected override object GetPatternCore(PatternInterface patternInterface)
Parameters
Type |
Name |
Description |
Microsoft.UI.Xaml.Automation.Peers.PatternInterface |
patternInterface |
|
Returns
SetValue(String)
Declaration
public void SetValue(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Implements
Microsoft.UI.Xaml.Automation.Provider.IExpandCollapseProvider
Microsoft.UI.Xaml.Automation.Provider.IValueProvider