GridControl.UpdateGrid Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
UpdateGrid() | |
UpdateGrid(Boolean) |
UpdateGrid()
public:
virtual void UpdateGrid();
public void UpdateGrid ();
abstract member UpdateGrid : unit -> unit
override this.UpdateGrid : unit -> unit
Public Sub UpdateGrid ()
Implements
Applies to
UpdateGrid(Boolean)
public:
virtual void UpdateGrid(bool bRecalcRows);
public void UpdateGrid (bool bRecalcRows);
abstract member UpdateGrid : bool -> unit
override this.UpdateGrid : bool -> unit
Public Sub UpdateGrid (bRecalcRows As Boolean)
Parameters
- bRecalcRows
- Boolean