Interface ISidebarModel
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
Name
string Name { get; }
Property Value
Title
used to describe the sidebar
string Title { get; }