public abstract class GridViewBaseAutomationPeer : IViewAutomationPeer,
ITableProvider, IGridProviderPublic MustInherit Class GridViewBaseAutomationPeer
Implements IViewAutomationPeer, ITableProvider, IGridProviderpublic ref class GridViewBaseAutomationPeer abstract : IViewAutomationPeer,
ITableProvider, IGridProvider[<AbstractClassAttribute>]
type GridViewBaseAutomationPeer =
class
interface IViewAutomationPeer
interface ITableProvider
interface IGridProvider
end| GridViewBaseAutomationPeer | Конструктор класса. |
| ColumnCount | Gets the total number of columns in a grid. |
| RowCount | Gets the total number of rows in a grid. |
| RowOrColumnMajor | Retrieves the primary direction of traversal for the table. |
| CreateItemAutomationPeer | Creates a new instance of the ItemAutomationPeer class. |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| FindVisualByType | Найти в визуальном дереве первый элемент заданного типа. |
| GetAutomationControlType | Gets the control type for the element that is associated with this IViewAutomationPeer. |
| GetCells | Получить ячейки данных. |
| GetChildElements | Получить все дочерние визульные элементы для данного. |
| GetChildren | |
| GetColumnHeaders | Gets a collection of UI Automation providers that represents all the column headers in a table. |
| GetColumnHeaders(GridViewHeaderRowPresenter) | Получить заголовоки. |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetItem | Retrieves the UI Automation provider for the specified cell. |
| GetPattern | |
| GetRowHeaders | Retrieves a collection of UI Automation providers that represents all row headers in the table. |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| ItemsChanged | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| SetCellBindings | Помощник по установки биндингов в ячейке. |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |
| ViewDetached | Called when the custom view is no longer applied to the ListView. |