FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid.Automation Namespace / GridCellViewAutomationPeer Class / GetChildren Method

In This Topic
    GetChildren Method (GridCellViewAutomationPeer)
    In This Topic
    Syntax
    'Declaration
     
    Public Function GetChildren() As List(Of AutomationPeer)
    public List<AutomationPeer> GetChildren()
    See Also