Class AllDayAppointmentViewControlAutomationPeer
Represents the class that exposes the AllDayAppointmentViewControl to UI automation.
Inheritance
System.Object
AllDayAppointmentViewControlAutomationPeer
Implements
System.Windows.Automation.Provider.IExpandCollapseProvider
Namespace: Syncfusion.UI.Xaml.Automation.Peers
Assembly: Syncfusion.SfScheduler.WPF.dll
Syntax
public class AllDayAppointmentViewControlAutomationPeer : FrameworkElementAutomationPeer, IExpandCollapseProvider
Constructors
AllDayAppointmentViewControlAutomationPeer(AllDayAppointmentViewControl)
Initializes a new instance of the AllDayAppointmentViewControlAutomationPeer class.
Declaration
public AllDayAppointmentViewControlAutomationPeer(AllDayAppointmentViewControl allDayAppointmentViewControl)
Parameters
Type | Name | Description |
---|---|---|
AllDayAppointmentViewControl | allDayAppointmentViewControl | All day appointment view control. |
Properties
ExpandCollapseState
Declaration
public ExpandCollapseState ExpandCollapseState { get; }
Property Value
Type |
---|
System.Windows.Automation.ExpandCollapseState |
Methods
Collapse()
Declaration
public void Collapse()
Expand()
Declaration
public void Expand()
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
Type |
---|
System.String |
GetPattern(PatternInterface)
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Automation.Peers.PatternInterface | patternInterface |
Returns
Type |
---|
System.Object |
Implements
System.Windows.Automation.Provider.IExpandCollapseProvider