GridViewBaseAutomationPeer - класс

Базовый класс для узлов автоматизации для табличного представления данных.

Definition

Пространство имён: Tessa.UI.Automation.Peers
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.0.4
C#
public abstract class GridViewBaseAutomationPeer : IViewAutomationPeer, 
	ITableProvider, IGridProvider
Inheritance
Object    GridViewBaseAutomationPeer
Derived
Implements
IViewAutomationPeer, IGridProvider, ITableProvider

Конструкторы

GridViewBaseAutomationPeer Конструктор класса.

Свойства

ColumnCountGets the total number of columns in a grid.
RowCountGets the total number of rows in a grid.
RowOrColumnMajorRetrieves the primary direction of traversal for the table.

Методы

CreateItemAutomationPeerCreates a new instance of the ItemAutomationPeer class.
EqualsDetermines whether the specified object is equal to the current object.
(Унаследован от Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
FindVisualByType Найти в визуальном дереве первый элемент заданного типа.
GetAutomationControlTypeGets the control type for the element that is associated with this IViewAutomationPeer.
GetCells Получить ячейки данных.
GetChildElements Получить все дочерние визульные элементы для данного.
GetChildren 
GetColumnHeadersGets a collection of UI Automation providers that represents all the column headers in a table.
GetColumnHeaders(GridViewHeaderRowPresenter) Получить заголовоки.
GetHashCodeServes as the default hash function.
(Унаследован от Object)
GetItemRetrieves the UI Automation provider for the specified cell.
GetPattern 
GetRowHeadersRetrieves a collection of UI Automation providers that represents all row headers in the table.
GetTypeGets the Type of the current instance.
(Унаследован от Object)
ItemsChanged 
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
SetCellBindings Помощник по установки биндингов в ячейке.
ToStringReturns a string that represents the current object.
(Унаследован от Object)
ViewDetachedCalled when the custom view is no longer applied to the ListView.

Поля

Методы расширения

Get
(Определяется ComHelper)
Invoke
(Определяется ComHelper)
Set
(Определяется ComHelper)

См. также