Class MonthViewHeaderAutomationPeer
Represents the class that exposes the MonthViewHeader to UI automation.
Inheritance
System.Object
MonthViewHeaderAutomationPeer
Implements
Microsoft.UI.Xaml.Automation.Provider.IGridProvider
Namespace: Syncfusion.UI.Xaml.Automation.Peers
Assembly: Syncfusion.Scheduler.WinUI.dll
Syntax
public class MonthViewHeaderAutomationPeer : FrameworkElementAutomationPeer, IGridProvider
Constructors
MonthViewHeaderAutomationPeer(MonthViewHeader)
Initializes a new instance of the MonthViewHeaderAutomationPeer class.
Declaration
public MonthViewHeaderAutomationPeer(MonthViewHeader control)
Parameters
Type | Name | Description |
---|---|---|
MonthViewHeader | control | The month 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 MonthViewHeader that is associated with MonthViewHeaderAutomationPeer.
Declaration
protected override string GetNameCore()
Returns
Type | Description |
---|---|
System.String | Returns the text label of MonthViewHeader. |
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