The ViewRow type exposes the following members.
Methods
Name | Description | |
---|---|---|
BeginEdit |
Puts the ViewRow into edit mode.
|
|
CancelEdit |
Cancels the edit occurring on the row.
|
|
Delete |
Deletes a view item.
|
|
EndEdit |
Ends the edit occurring on the row.
|
|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnPropertyChanged |
Raises the PropertyChanged event.
(Overrides IndexableObject..::..OnPropertyChanged(String).) |
|
ToString |
Gets the string representing this view row. (Overrides Object..::..ToString()()()().) |
Properties
Name | Description | |
---|---|---|
Item[([( Int32])]) |
Gets or sets a value of the specified view property.
|
|
Item[([( String])]) |
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.
|
Events
Name | Description | |
---|---|---|
PropertyChanged |
Occurs when a property value changes, after it has been changed.
(Overrides IndexableObject..::..PropertyChanged.) |