Interface IViewModelBladeView
Interface IViewModelBladeView Implements the IViewModel
Inherited Members
Namespace: ISynergy.Framework.Mvvm.Abstractions.ViewModels
Assembly: ISynergy.Framework.Mvvm.dll
Syntax
public interface IViewModelBladeView : IViewModel, IObservableClass, IBindable, ICleanup
Properties
View SourceBlades
Gets or sets the blades.
Declaration
ObservableCollection<IView> Blades { get; set; }
Property Value
Type | Description |
---|---|
ObservableCollection<IView> | The blades. |
IsPaneVisible
Gets or sets a value indicating whether this instance is pane enabled.
Declaration
bool IsPaneVisible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Extension Methods
CollectionExtensions.FromHierarchy<TSource>(TSource, Func<TSource, TSource>, Func<TSource, Boolean>)