Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / DataGridDetailDescription Class / Initialize Method
A DataGridCollectionView representing the parent collection view from which the information to initialize the detail is retrieved.


In This Topic
    Initialize Method (DataGridDetailDescription)
    In This Topic
    Initializes the detail using the information retrieved from the specified parent collection view.
    Syntax
    'Declaration
     
    Protected Friend Overridable Sub Initialize( _
       ByVal parentCollectionView As DataGridCollectionViewBase _
    ) 
    'Usage
     
    Dim instance As DataGridDetailDescription
    Dim parentCollectionView As DataGridCollectionViewBase
     
    instance.Initialize(parentCollectionView)
    protected internal virtual void Initialize( 
       DataGridCollectionViewBase parentCollectionView
    )

    Parameters

    parentCollectionView
    A DataGridCollectionView representing the parent collection view from which the information to initialize the detail is retrieved.
    Remarks
    The Initialize method is usually overridden in the case where required information, such as a property descriptor, cannot be provided in XAML.
    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