Class MonthCellAutomationPeer
Represents the class that exposes the MonthCell to UI automation.
Inheritance
System.Object
MonthCellAutomationPeer
Implements
System.Windows.Automation.Provider.IGridProvider
System.Windows.Automation.Provider.ISelectionItemProvider
Assembly: Syncfusion.SfScheduler.WPF.dll
Syntax
public class MonthCellAutomationPeer : FrameworkElementAutomationPeer, IGridProvider, ISelectionItemProvider
Constructors
MonthCellAutomationPeer(MonthCell)
Declaration
public MonthCellAutomationPeer(MonthCell monthCell)
Parameters
Properties
ColumnCount
Declaration
public int ColumnCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
IsSelected
Declaration
public bool IsSelected { get; }
Property Value
Type |
Description |
System.Boolean |
|
RowCount
Declaration
public int RowCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
SelectionContainer
Declaration
public IRawElementProviderSimple SelectionContainer { get; }
Property Value
Type |
Description |
System.Windows.Automation.Provider.IRawElementProviderSimple |
|
Methods
AddToSelection()
Declaration
public void AddToSelection()
GetItem(Int32, Int32)
Declaration
public IRawElementProviderSimple GetItem(int row, int column)
Parameters
Type |
Name |
Description |
System.Int32 |
row |
|
System.Int32 |
column |
|
Returns
Type |
Description |
System.Windows.Automation.Provider.IRawElementProviderSimple |
|
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
Type |
Description |
System.String |
|
GetNameCore()
Declaration
protected override string GetNameCore()
Returns
Type |
Description |
System.String |
Returns the text label of MonthCell.
|
GetPattern(PatternInterface)
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
Type |
Name |
Description |
System.Windows.Automation.Peers.PatternInterface |
patternInterface |
|
Returns
Type |
Description |
System.Object |
|
RemoveFromSelection()
Declaration
public void RemoveFromSelection()
Select()
Declaration
Implements
System.Windows.Automation.Provider.IGridProvider
System.Windows.Automation.Provider.ISelectionItemProvider