The ViewRow type exposes the following members.

Methods

  Name Description
Public method BeginEdit
Puts the ViewRow into edit mode.
Public method CancelEdit
Cancels the edit occurring on the row.
Public method Delete
Deletes a view item.
Public method EndEdit
Ends the edit occurring on the row.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnPropertyChanged
Raises the PropertyChanged event.
(Overrides IndexableObject..::..OnPropertyChanged(String).)
Public method ToString
Gets the string representing this view row.
(Overrides Object..::..ToString()()()().)

Properties

  Name Description
Public property Item[([( Int32])])
Gets or sets a value of the specified view property.
Public property Item[([( String])])
Gets or sets a value of the specified view property.
Public 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.
Public property Tag
Gets or sets user-supplied data associated with the view item.
Public property Value
Gets the view element (item) represented by this ViewRow object.
Public property View
Gets the view to which the ViewRow belongs.

Events

  Name Description
Public event PropertyChanged
Occurs when a property value changes, after it has been changed.
(Overrides IndexableObject..::..PropertyChanged.)

Explicit Interface Implementations

See Also