Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / DetailGrid Class / Initialize Method


In This Topic
    Initialize Method (DetailGrid)
    In This Topic
    Initializes the content of the detail grid.
    Syntax
    'Declaration
     
    Protected Overridable Sub Initialize() 
    'Usage
     
    Dim instance As DetailGrid
     
    instance.Initialize()
    protected virtual void Initialize()
    Remarks

    The InitializingDetailGrid event can also be used to initialize the content of the detail grid.

    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