alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class GridDataControlAutomationPeer

    Inheritance
    System.Object
    GridControlAutomationPeer
    GridDataControlAutomationPeer
    Implements
    System.Windows.Automation.Provider.IGridProvider
    System.Windows.Automation.Provider.ISelectionProvider
    System.Windows.Automation.Provider.ITableProvider
    Inherited Members
    GridControlAutomationPeer.GetAutomationControlTypeCore()
    GridControlAutomationPeer.GetChildrenCore()
    GridControlAutomationPeer.GetClassNameCore()
    GridControlAutomationPeer.GetPattern(PatternInterface)
    GridControlAutomationPeer.Model
    GridControlAutomationPeer.OwnerGrid
    Namespace: Syncfusion.Windows.Controls.Grid.Automation.Peers
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridDataControlAutomationPeer : GridControlAutomationPeer, IGridProvider, ISelectionProvider, ITableProvider

    Constructors

    GridDataControlAutomationPeer(GridControlBase)

    Declaration
    public GridDataControlAutomationPeer(GridControlBase owner)
    Parameters
    Type Name Description
    GridControlBase owner

    Properties

    TableModel

    Declaration
    public GridDataTableModel TableModel { get; }
    Property Value
    Type
    GridDataTableModel

    Methods

    CreateGridCellElement(DrawingVisual)

    Declaration
    protected override GridCellElement CreateGridCellElement(DrawingVisual dVisual)
    Parameters
    Type Name Description
    System.Windows.Media.DrawingVisual dVisual
    Returns
    Type
    GridCellElement
    Overrides
    GridControlAutomationPeer.CreateGridCellElement(DrawingVisual)

    Implements

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