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 SourceNavigationCommandSelectorConfiguration()
Initialize configuration
Declaration
public NavigationCommandSelectorConfiguration()
Properties
| Improve this Doc View SourceAvailableCommands
Gets or sets the currently available commands
Declaration
public IList<NavigationCommandSearchResult> AvailableCommands { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<NavigationCommandSearchResult> |
Items
Gets or sets the available items
Declaration
public ObservableCollection<NavigationCommandItem> Items { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ObservableCollection<NavigationCommandItem> |
ItemsViewSource
Gets or sets the items view source of NavigationCommandItem
Declaration
public CollectionViewSource ItemsViewSource { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Data.CollectionViewSource |
SearchText
Gets or sets the search text
Declaration
public string SearchText { get; set; }
Property Value
Type | Description |
---|---|
System.String |