menu

WinUI

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

    Show / Hide Table of Contents

    Class TimelineViewHeaderAutomationPeer

    Represents the class that exposes the TimelineViewHeader to UI automation.

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

    Constructors

    TimelineViewHeaderAutomationPeer(TimelineViewHeader)

    Initializes a new instance of the TimelineViewHeaderAutomationPeer class.

    Declaration
    public TimelineViewHeaderAutomationPeer(TimelineViewHeader control)
    Parameters
    Type Name Description
    TimelineViewHeader control

    The timeline 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 TimelineViewHeader that is associated with TimelineViewHeaderAutomationPeer.

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

    Returns the text label of TimelineViewHeader.

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved