Class MultibarModel
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
sIServicesinnerModelsIReadOnlyList<ISidebarModel>namestring
Properties
InnerModels
public IReadOnlyList<ISidebarModel> InnerModels { get; }
Property Value
IsExpanded
true if the sidebar is currently open in the UI
public override bool IsExpanded { get; set; }
Property Value
Title
used to describe the sidebar
public override string Title { get; set; }