FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridIncrementalLoadingCell Class / CreateUIElementCollection Method

In This Topic
    CreateUIElementCollection Method (GridIncrementalLoadingCell)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Function CreateUIElementCollection( _
       ByVal logicalParent As FrameworkElement _
    ) As UIElementCollection
    protected virtual UIElementCollection CreateUIElementCollection( 
       FrameworkElement logicalParent
    )

    Parameters

    logicalParent
    See Also