Xceed Grid for WinForms v4.3 Documentation
InBatchInitialization Property (GridControl)


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > GridControl Class : InBatchInitialization Property
Gets a boolean value indicating if the grid is in batch initialization mode.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public ReadOnly Property InBatchInitialization As Boolean
'Usage
 
Dim instance As GridControl
Dim value As Boolean
 
value = instance.InBatchInitialization
[Browsable(false)]
public bool InBatchInitialization {get;}

Property Value

true if the grid is in batch initialization mode; false otherwise.
Remarks

The grid is in batch initialization mode when the BeginInit and EndInit methods are used.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GridControl Class
GridControl Members