[This is preliminary documentation and is subject to change.]
Notifies grid that data/metadata(such as comment) has changed for specified row, and row has to be redrawn if it is visible.
If row is null the grid is rebuilt. Pass null when rows where added or deleted to/from grid data source
Returns true if grid was rebuilt when row was visible or null.
This method is NOT THREAD SAFE and runs in GUI thread.
This method does call aggregation, that is - when this method is called many times within timespan it will rebuild grid only once at the end.
Namespace: NFX.WinForms.Controls.GridKitAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Parameters
- row
- Type:
System Object
Return Value
Type:
See Also