Search Results for

    Show / Hide Table of Contents

    Class NavigationCommandItem

    Command item

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

    Constructors

    | Improve this Doc View Source

    NavigationCommandItem(NavigationCommand, IIconService)

    Initialize command

    Declaration
    public NavigationCommandItem(NavigationCommand command, IIconService iconService)
    Parameters
    Type Name Description
    NavigationCommand command
    IIconService iconService

    Properties

    | Improve this Doc View Source

    Arguments

    Gets or sets the command arguments

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

    Command

    Gets the current command instance

    Declaration
    public NavigationCommand Command { get; }
    Property Value
    Type Description
    NavigationCommand
    | Improve this Doc View Source

    DisplayName

    Get the display name

    Declaration
    public string DisplayName { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    DocumentationCommand

    Gets or sets the command that opens the documentation

    Declaration
    public RelayCommand DocumentationCommand { get; set; }
    Property Value
    Type Description
    RelayCommand
    | Improve this Doc View Source

    DocumentationVisibility

    Gets whether the documentation "i" is visible

    Declaration
    public Visibility DocumentationVisibility { get; }
    Property Value
    Type Description
    System.Windows.Visibility
    | Improve this Doc View Source

    IconImage

    Gets the icon image

    Declaration
    public BitmapImage IconImage { get; }
    Property Value
    Type Description
    System.Windows.Media.Imaging.BitmapImage
    | Improve this Doc View Source

    OrderNr

    Gets or sets the order number

    Declaration
    public int OrderNr { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    ParameterImageVisibility

    Gets the parameter visibility

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