WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ResourceHeaderControlAutomationPeer - WPF API Reference | Syncfusion ResourceHeaderControl to UI automation. ">

    Show / Hide Table of Contents

    Class ResourceHeaderControlAutomationPeer

    Represents the class that exposes the ResourceHeaderControl to UI automation.

    Inheritance
    System.Object
    ResourceHeaderControlAutomationPeer
    Implements
    System.Windows.Automation.Provider.IGridProvider
    Namespace: Syncfusion.UI.Xaml.Automation.Peers
    Assembly: Syncfusion.SfScheduler.WPF.dll
    Syntax
    public class ResourceHeaderControlAutomationPeer : FrameworkElementAutomationPeer, IGridProvider

    Constructors

    ResourceHeaderControlAutomationPeer(ResourceHeaderControl)

    Initializes a new instance of ResourceHeaderControlAutomationPeer class.

    Declaration
    public ResourceHeaderControlAutomationPeer(ResourceHeaderControl resourceHeader)
    Parameters
    Type Name Description
    ResourceHeaderControl resourceHeader

    Properties

    ColumnCount

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

    RowCount

    Declaration
    public int RowCount { get; }
    Property Value
    Type Description
    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 Description
    System.Windows.Automation.Provider.IRawElementProviderSimple

    GetLocalizedControlTypeCore()

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

    GetNameCore()

    Gets the text label of ResourceHeaderControl that is associated with ResourceHeaderControlAutomationPeer.

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

    Returns the text label of ResourceHeaderControl.

    GetPattern(PatternInterface)

    Declaration
    public override object GetPattern(PatternInterface patternInterface)
    Parameters
    Type Name Description
    System.Windows.Automation.Peers.PatternInterface patternInterface
    Returns
    Type Description
    System.Object

    Implements

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