Show / Hide Table of Contents

Interface IViewProvider

Allows an exported view model to provide its view to region managers.

Inherited Members
IClosingNotification.Closing(CancelEventArgs)
IClosingNotification.Closed(EventArgs)
Namespace: Phoenix.Views
Assembly: Phoenix.Abstractions.Views.dll
Syntax
public interface IViewProvider : IClosingNotification

Properties

View Source

HeaderName

Gets the header name for the view.

Declaration
string HeaderName { get; }
Property Value
Type Description
System.String
View Source

IsClosable

Gets a value indicating whether the window can be closed by the user.

Declaration
bool IsClosable { get; }
Property Value
Type Description
System.Boolean
View Source

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 Source

View

Gets the view for this view provider.

Declaration
FrameworkElement View { get; }
Property Value
Type Description
System.Windows.FrameworkElement
  • View Source
In This Article
Back to top Generated by DocFX