alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class TimeslotCellAutomationPeer

    Represents the class that exposes the TimeSlotCell to UI automation.

    Inheritance
    System.Object
    TimeslotCellAutomationPeer
    Implements
    System.Windows.Automation.Provider.IGridProvider
    System.Windows.Automation.Provider.IScrollProvider
    System.Windows.Automation.Provider.ISelectionItemProvider
    Namespace: Syncfusion.UI.Xaml.Automation.Peers
    Assembly: Syncfusion.SfScheduler.WPF.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
    System.Windows.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
    System.Windows.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.

    GetPattern(PatternInterface)

    Declaration
    public override object GetPattern(PatternInterface patternInterface)
    Parameters
    Type Name Description
    System.Windows.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
    System.Windows.Automation.ScrollAmount horizontalAmount
    System.Windows.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

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