menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TimeslotCellAutomationPeer - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TimeslotCellAutomationPeer

    Represents the class that exposes the TimeSlotCell to UI automation.

    Inheritance
    System.Object
    TimeslotCellAutomationPeer
    Implements
    Microsoft.UI.Xaml.Automation.Provider.IGridProvider
    Microsoft.UI.Xaml.Automation.Provider.IScrollProvider
    Microsoft.UI.Xaml.Automation.Provider.ISelectionItemProvider
    Namespace: Syncfusion.UI.Xaml.Automation.Peers
    Assembly: Syncfusion.Scheduler.WinUI.dll
    Syntax
    public class TimeslotCellAutomationPeer : FrameworkElementAutomationPeer, IGridProvider, IScrollProvider, ISelectionItemProvider

    Constructors

    TimeslotCellAutomationPeer(TimeSlotCell)

    Initializes a new instance of the TimeslotCellAutomationPeer class.

    Declaration
    public TimeslotCellAutomationPeer(TimeSlotCell control)
    Parameters
    Type Name Description
    TimeSlotCell control

    The timeslot cell.

    Properties

    ColumnCount

    Declaration
    public int ColumnCount { get; }
    Property Value
    Type
    System.Int32

    HorizontallyScrollable

    Declaration
    public bool HorizontallyScrollable { get; }
    Property Value
    Type
    System.Boolean

    HorizontalScrollPercent

    Declaration
    public double HorizontalScrollPercent { get; }
    Property Value
    Type
    System.Double

    HorizontalViewSize

    Declaration
    public double HorizontalViewSize { get; }
    Property Value
    Type
    System.Double

    IsSelected

    Declaration
    public bool IsSelected { get; }
    Property Value
    Type
    System.Boolean

    RowCount

    Declaration
    public int RowCount { get; }
    Property Value
    Type
    System.Int32

    SelectionContainer

    Declaration
    public IRawElementProviderSimple SelectionContainer { get; }
    Property Value
    Type
    Microsoft.UI.Xaml.Automation.Provider.IRawElementProviderSimple

    VerticallyScrollable

    Declaration
    public bool VerticallyScrollable { get; }
    Property Value
    Type
    System.Boolean

    VerticalScrollPercent

    Declaration
    public double VerticalScrollPercent { get; }
    Property Value
    Type
    System.Double

    VerticalViewSize

    Declaration
    public double VerticalViewSize { get; }
    Property Value
    Type
    System.Double

    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
    Microsoft.UI.Xaml.Automation.Provider.IRawElementProviderSimple

    GetLocalizedControlTypeCore()

    Declaration
    protected override string GetLocalizedControlTypeCore()
    Returns
    Type
    System.String

    GetNameCore()

    Gets the text label of TimeSlotCell that is associated with TimeslotCellAutomationPeer.

    Declaration
    protected override string GetNameCore()
    Returns
    Type Description
    System.String

    Returns the text label of TimeSlotCell.

    GetPatternCore(PatternInterface)

    Declaration
    protected override object GetPatternCore(PatternInterface patternInterface)
    Parameters
    Type Name Description
    Microsoft.UI.Xaml.Automation.Peers.PatternInterface patternInterface
    Returns
    Type
    System.Object

    RemoveFromSelection()

    Declaration
    public void RemoveFromSelection()

    Scroll(ScrollAmount, ScrollAmount)

    Declaration
    public void Scroll(ScrollAmount horizontalAmount, ScrollAmount verticalAmount)
    Parameters
    Type Name Description
    Microsoft.UI.Xaml.Automation.ScrollAmount horizontalAmount
    Microsoft.UI.Xaml.Automation.ScrollAmount verticalAmount

    Select()

    Declaration
    public void Select()

    SetScrollPercent(Double, Double)

    Declaration
    public void SetScrollPercent(double horizontalPercent, double verticalPercent)
    Parameters
    Type Name Description
    System.Double horizontalPercent
    System.Double verticalPercent

    Implements

    Microsoft.UI.Xaml.Automation.Provider.IGridProvider
    Microsoft.UI.Xaml.Automation.Provider.IScrollProvider
    Microsoft.UI.Xaml.Automation.Provider.ISelectionItemProvider
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved