The ViewRow<(Of <(<'T>)>)> type exposes the following members.

Methods

  Name Description
Public method BeginEdit
Puts the ViewRow into edit mode.
(Inherited from ViewRow.)
Public method CancelEdit
Cancels the edit occurring on the row.
(Inherited from ViewRow.)
Public method Delete
Deletes a view item.
(Inherited from ViewRow.)
Public method EndEdit
Ends the edit occurring on the row.
(Inherited from ViewRow.)
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.
(Inherited from ViewRow.)
Protected method StructGet<(Of <<'(TProperty>)>>) (Inherited from ViewRow.)
Protected method StructSet<(Of <<'(TProperty>)>>) (Inherited from ViewRow.)
Public method ToString
Gets the string representing this view row.
(Inherited from ViewRow.)

Properties

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

Events

  Name Description
Public event PropertyChanged
Occurs when a property value changes, after it has been changed.
(Inherited from ViewRow.)

Explicit Interface Implementations

  Name Description
Explicit interface implemetation Private method IEditableObject..::..EndEdit (Inherited from ViewRow.)
Explicit interface implemetation Private method IEditableObject..::..BeginEdit (Inherited from ViewRow.)
Explicit interface implemetation Private method IEditableObject..::..CancelEdit (Inherited from ViewRow.)

See Also