Search Results for

    Show / Hide Table of Contents

    Class NavigationCommandSelectorConfiguration

    Navigation command selector configuration

    Inheritance
    System.Object
    NavigationCommandSelectorConfiguration
    Namespace: Simplic.Navigation.Command.UI
    Assembly: Simplic.Navigation.Command.UI.dll
    Syntax
    public class NavigationCommandSelectorConfiguration : ViewModelBase

    Constructors

    | Improve this Doc View Source

    NavigationCommandSelectorConfiguration()

    Initialize configuration

    Declaration
    public NavigationCommandSelectorConfiguration()

    Properties

    | Improve this Doc View Source

    AvailableCommands

    Gets or sets the currently available commands

    Declaration
    public IList<NavigationCommandSearchResult> AvailableCommands { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<NavigationCommandSearchResult>
    | Improve this Doc View Source

    Items

    Gets or sets the available items

    Declaration
    public ObservableCollection<NavigationCommandItem> Items { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<NavigationCommandItem>
    | Improve this Doc View Source

    ItemsViewSource

    Gets or sets the items view source of NavigationCommandItem

    Declaration
    public CollectionViewSource ItemsViewSource { get; set; }
    Property Value
    Type Description
    System.Windows.Data.CollectionViewSource
    | Improve this Doc View Source

    SearchText

    Gets or sets the search text

    Declaration
    public string SearchText { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx