Grid BeginBatchChange Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Marks the beginning of the series of changes that are going to be performed on the grid so the grid does not have to be rebuild unnecessarily many times. The complementary method is EndBatchChange() that does rebuild the grid IF it is needed. These methods respect call nesting, so only the last call to EndBatchChange() would result in rebuild

Namespace: NFX.WinForms.Controls.GridKit
Assembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public void BeginBatchChange()
See Also