Table of Contents

Interface ISidebarModel

Namespace
The.WPF.Sidebars
Assembly
Instagile.WPF.dll

An ISidebarModel is a 'screen-level' viewmodel, like IScreenModel, but for singleton view units which are globally present (or not)

public interface ISidebarModel : IModel, INotifyPropertyChanged
Inherited Members
Extension Methods

Properties

IsExpanded

true if the sidebar is currently open in the UI

bool IsExpanded { get; set; }

Property Value

bool

Name

string Name { get; }

Property Value

string

Title

used to describe the sidebar

string Title { get; }

Property Value

string