GridViewCellTemplate Class
Provides the template for the GridViewCell in the GridView.
Definition
Members Table
The following table lists the members exposed by the GridViewCellTemplate object. Click a tab on the left to choose the type of member you want to view.
Methods
Properties
| Property | Description |
|---|
| Cell | Gets the GridViewCell of this template. |
| Focused | Gets a value indicating whether this cell is focused on. |
| GlobalColumnIndex | Gets the column index of the GridView that owns this cell. |
| GlobalRowIndex | Gets the row index of the GridView that owns this cell. |
| GridView | Gets the GridView that owns this cell. |
| Height | Gets the height of this cell. |
| Highlighted | Gets a value indicating whether this cell is highlighted. |
| IsDisposed | Gets a value indicating whether this cell is disposed. |
| IsValid | Gets a value indicating whether this cell is valid. |
| Pressed | Gets a value indicating whether this cell is pressed. |
| ReadOnly | Gets a value indicating whether this cell is readonly. |
| Selected | Gets a value indicating whether this cell is selected. |
| StateInvalid | Gets a value indicating whether the state of this cell is invalid. |
| Style | Gets the style of this cell. |
| TemplateClass | Gets the template class of this cell. |
| Value | Gets the value of this cell. |
| Visual | Gets the visual object of this cell. |
| Width | Gets the width of this cell. |
| X | Gets the horizontal coordinate of this cell. |
| Y | Gets the vertical coordinate of this cell. |
Inheritance Hierarchy
Object
Class Information
| Namespace | NETiKA.Grid |
|---|
| Flash Library | GOAGrid.scl |
|---|
| Flash Library Version | 2.0.0.1868 |
|---|
| Silverlight Library | GOAGrid.dll |
|---|