menu

WinUI

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

    Show / Hide Table of Contents

    Class WeekNumberCellAutomationPeer

    Represents the class that exposes the WeekNumberCell to UI automation.

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

    Constructors

    WeekNumberCellAutomationPeer(WeekNumberCell)

    Initializes a new instance of the WeekNumberCellAutomationPeer class.

    Declaration
    public WeekNumberCellAutomationPeer(WeekNumberCell weekNumberCell)
    Parameters
    Type Name Description
    WeekNumberCell weekNumberCell

    The week number cell.

    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 WeekNumberCell that is associated with WeekNumberCellAutomationPeer.

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

    Returns the text label of WeekNumberCell.

    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