Class AllDayAppointmentViewControlAutomationPeer
Represents the class that exposes the AllDayAppointmentViewControl to UI automation.
Inheritance
System.Object
AllDayAppointmentViewControlAutomationPeer
Implements
Microsoft.UI.Xaml.Automation.Provider.IExpandCollapseProvider
Namespace: Syncfusion.UI.Xaml.Automation.Peers
Assembly: Syncfusion.Scheduler.WinUI.dll
Syntax
public class AllDayAppointmentViewControlAutomationPeer : FrameworkElementAutomationPeer, IExpandCollapseProvider
Constructors
AllDayAppointmentViewControlAutomationPeer(DayViewControl)
Initializes a new instance of the AllDayAppointmentViewControlAutomationPeer class.
Declaration
public AllDayAppointmentViewControlAutomationPeer(DayViewControl dayViewControl)
Parameters
| Type | Name | Description |
|---|---|---|
| DayViewControl | dayViewControl | Day view 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()
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