Class GridDataControlAutomationPeer
Implements
System.Windows.Automation.Provider.IGridProvider
System.Windows.Automation.Provider.ISelectionProvider
System.Windows.Automation.Provider.ITableProvider
Inherited Members
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
Implements
System.Windows.Automation.Provider.IGridProvider
System.Windows.Automation.Provider.ISelectionProvider
System.Windows.Automation.Provider.ITableProvider