Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / DetailConfiguration Class / BeginInit Method


In This Topic
    BeginInit Method (DetailConfiguration)
    In This Topic
    Signals the beginning of a batch modification process.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Sub BeginInit() 
    'Usage
     
    Dim instance As DetailConfiguration
     
    instance.BeginInit()
    public override void BeginInit()
    Remarks

    During a batch modification process, data will not be loaded, sorting operations will not be done, and the visible positions of columns will not be resequenced. All of these operations will be accomplished once the EndEdit method is called.

    If BeginInit is called when another row is being edited, an exception will be thrown.

    Requirements

    Target Platforms: Windows 11, Windows, 10, 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