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
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected method OnPropertyChanged
Raises the PropertyChanged event.
Protected method StructGet<(Of <<'(TProperty>)>>)
Protected method StructSet<(Of <<'(TProperty>)>>)
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.

Explicit Interface Implementations

See Also