Table of Contents

Class MultibarModel

Namespace
The.WPF.Sidebars
Assembly
Instagile.WPF.dll
public sealed class MultibarModel : SidebarModelBase, ISidebarModel, IModel, INotifyPropertyChanged
Inheritance
MultibarModel
Implements
Inherited Members
Extension Methods

Constructors

MultibarModel(IServices, IReadOnlyList<ISidebarModel>, string)

public MultibarModel(IServices s, IReadOnlyList<ISidebarModel> innerModels, string name)

Parameters

s IServices
innerModels IReadOnlyList<ISidebarModel>
name string

Properties

InnerModels

public IReadOnlyList<ISidebarModel> InnerModels { get; }

Property Value

IReadOnlyList<ISidebarModel>

IsExpanded

true if the sidebar is currently open in the UI

public override bool IsExpanded { get; set; }

Property Value

bool

Title

used to describe the sidebar

public override string Title { get; set; }

Property Value

string