ComponentOne TileView for UWP
C1.UWP.TileView Assembly / C1.Xaml.TileView Namespace / C1TileViewPanel Class / GetChildrenInTabFocusOrder Method

In This Topic
    GetChildrenInTabFocusOrder Method (C1TileViewPanel)
    In This Topic
    Syntax
    'Declaration
     
    Protected Function GetChildrenInTabFocusOrder() As Windows.Foundation.Collections.IIterable(Of DependencyObject)
    protected Windows.Foundation.Collections.IIterable<DependencyObject> GetChildrenInTabFocusOrder()
    See Also