menu

WinUI

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

    Show / Hide Table of Contents

    Class ResourceHeaderControlAutomationPeer

    Represents the class that exposes the ResourceHeaderControl to UI automation.

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

    Constructors

    ResourceHeaderControlAutomationPeer(ResourceHeaderControl)

    Initializes a new instance of the ResourceHeaderControlAutomationPeer class.

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

    The resource 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 ResourceHeaderControl that is associated with ResourceHeaderControlAutomationPeer.

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

    Returns the text label of ResourceHeaderControl.

    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