Table of Contents

Class BaseNavigationDefinition<T>

Namespace
Innova.Prism.Infrastructure.Commands
Assembly
Innova.Prism.Infrastructure.dll

Represents a base navigation definition.

public class BaseNavigationDefinition<T> : BindableBase, INotifyPropertyChanged

Type Parameters

T

The type of the children collection.

Inheritance
BaseNavigationDefinition<T>
Implements
Derived

Constructors

BaseNavigationDefinition()

Initializes a new instance of the BaseNavigationDefinition<T> class.

Properties

Children

Gets or sets the collection of children navigation items.

Command

Gets or sets the command associated with the navigation definition.

CommandParameter

Gets or sets the command parameter.

Header

Gets or sets the header text.

ItemImage

Gets or sets the image associated with the navigation item.

ItemKey

Gets or sets the key of the navigation item.

SortOrder

Gets or sets the sort order of the navigation item.