Class DayViewHeaderAutomationPeer
Represents the class that exposes the DayViewHeader to UI automation.
Inheritance
System.Object
DayViewHeaderAutomationPeer
Implements
Microsoft.UI.Xaml.Automation.Provider.IGridProvider
Namespace: Syncfusion.UI.Xaml.Automation.Peers
Assembly: Syncfusion.Scheduler.WinUI.dll
Syntax
public class DayViewHeaderAutomationPeer : FrameworkElementAutomationPeer, IGridProvider
Constructors
DayViewHeaderAutomationPeer(DayViewHeader)
Initializes a new instance of the DayViewHeaderAutomationPeer class.
Declaration
public DayViewHeaderAutomationPeer(DayViewHeader control)
Parameters
Type | Name | Description |
---|---|---|
DayViewHeader | control | day view header. |
Properties
ColumnCount
Declaration
public int ColumnCount { get; }
Property Value
Type |
---|
System.Int32 |
RowCount
Declaration
public int RowCount { get; }
Property Value
Type |
---|
System.Int32 |
Methods
GetItem(Int32, Int32)
Declaration
public IRawElementProviderSimple GetItem(int row, int column)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | row | |
System.Int32 | column |
Returns
Type |
---|
Microsoft.UI.Xaml.Automation.Provider.IRawElementProviderSimple |
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
Type |
---|
System.String |
GetNameCore()
Gets the text label of DayViewHeader that is associated with DayViewHeaderAutomationPeer.
Declaration
protected override string GetNameCore()
Returns
Type | Description |
---|---|
System.String | Returns the text label of DayViewHeader. |
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.IGridProvider