Add (inherited from DataGridViewModel) |
Adds an item to the model. |
AddNew |
Creates a new item with the same schema as the model and adds the item to the list. |
BeginEdit (inherited from DataGridViewModel) |
Begins an edit on an item. |
CancelEdit (inherited from DataGridViewModel) |
Discards changes since the last BeginEdit call. |
CancelNew (inherited from DataGridViewModel) |
Discards a pending new item. |
Clear (inherited from DataGridViewModel) |
Removes all items from the model. |
CreateObjRef (inherited from MarshalByRefObject) |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
Dispose (inherited from Component) |
Overloaded. Releases the resources used by the Component. |
EndEdit (inherited from DataGridViewModel) |
Pushes changes since the last BeginEdit call into the underlying data source. |
EndNew (inherited from DataGridViewModel) |
Pushes changes since of a new item into the underlying data source. |
Equals (inherited from Object) |
Overloaded. Determines whether two Object instances are equal. |
GetError (inherited from DataGridViewModel) |
Gets an error message indicating what is wrong with an item. |
GetGroup (inherited from DataGridViewModel) |
Gets the name of the group the item is assigned to, or null. |
GetGroupCaption (inherited from DataGridViewModel) |
Gets the caption of the group the item is assigned to, or null. |
GetHashCode (inherited from Object) |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetItemHeight (inherited from DataGridViewModel) |
Gets the height of the DataGridView row that represents the item. |
GetItemValue (inherited from DataGridViewModel) |
Gets the property value of an item. |
GetLifetimeService (inherited from MarshalByRefObject) |
Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
GetPropertyError (inherited from DataGridViewModel) |
Gets an error message indicating what is wrong with a property. |
GetType (inherited from Object) |
Gets the Type of the current instance. |
InitializeLifetimeService (inherited from MarshalByRefObject) |
Obtains a lifetime service object to control the lifetime policy for this instance. |
Insert (inherited from DataGridViewModel) |
Inserts a new item into the model at the specified location. |
LoadItem (inherited from DataGridViewModel) |
An item has been unshared in the DataGridView control. This method is called to make sure that the item is loaded. |
LoadPage (inherited from DataGridViewModel) |
The DataGridView control is scrolled to a new page. This method is called to make sure that all items on the
new page are loaded. |
NewItem (inherited from DataGridViewModel) |
Creates a new item with the same schema as the model. |
RemoveAt (inherited from DataGridViewModel) |
Removes the item at the specified index from the model. |
RemoveSort (inherited from DataGridViewModel) |
Removes the sort associated with the data model. |
SetItemHeight (inherited from DataGridViewModel) |
Sets the height of the DataGridView row that represents the item. |
SetItemValue (inherited from DataGridViewModel) |
Sets the property value of an item. |
ToString (inherited from Component) |
Overridden. See Object.ToString. |
UnloadItem (inherited from DataGridViewModel) |
An item is completely shared in the DataGridView control and can be unloaded to reduce memory footprint. |