Interface IViewProvider
Allows an exported view model to provide its view to region managers.
Inherited Members
Namespace: Phoenix.Views
Assembly: Phoenix.Abstractions.Views.dll
Syntax
public interface IViewProvider : IClosingNotification
Properties
View SourceHeaderName
Gets the header name for the view.
Declaration
string HeaderName { get; }
Property Value
Type | Description |
---|---|
System.String |
IsClosable
Gets a value indicating whether the window can be closed by the user.
Declaration
bool IsClosable { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsDockable
Gets a value indicating whether the window can be docked and undocked by the user.
Declaration
bool IsDockable { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
View
Gets the view for this view provider.
Declaration
FrameworkElement View { get; }
Property Value
Type | Description |
---|---|
System.Windows.FrameworkElement |