In This Topic
The following tables list the members exposed by ViewRow.
Public Properties
| Name | Description |
 | Item | Overloaded. Gets or sets a value of the specified view property. |
 | RowState | Gets the state of a view row with regard to edit, add and delete operations if they are performed directly on the view. |
 | Tag | Gets or sets user-supplied data associated with the view item. |
 | Value | Gets the view element (item) represented by this ViewRow object. |
 | View | Gets the view to which the ViewRow belongs. |
Top
Public Methods
Public Events
| Name | Description |
 | PropertyChanged | Occurs when a property value changes, after it has been changed. |
Top
See Also