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