UI Tookit UI Tookit
UI Tookit UI Tookit
DocFX + Singulink = ♥

Search Results for

    Class ViewNavigatorBase<TNavControl>

    Represents a navigator that sets the active view for a control.

    Inheritance
    object
    ViewNavigatorBase<TNavControl>
    ContentControlNavigator
    PanelNavigator
    Implements
    IViewNavigator
    Namespace: Singulink.UI.Navigation
    Assembly: Singulink.UI.Navigation.WinUI.dll
    Syntax
    public abstract class ViewNavigatorBase<TNavControl> : IViewNavigator where TNavControl : UIElement
    Type Parameters
    Name Description
    TNavControl

    Constructors

    Name Description
    ViewNavigatorBase(TNavControl)

    Represents a navigator that sets the active view for a control.

    Properties

    Name Description
    NavControl

    Gets the navigation control that the navigator is managing the active view for.

    Methods

    Name Description
    SetActiveView(UIElement?)

    Sets the active view for the control.

    Explicit Interface Implementations

    Name Description
    IViewNavigator.DispatcherQueue
    IViewNavigator.SetActiveView(UIElement?)
    IViewNavigator.XamlRoot
    © Singulink. All rights reserved.