Share via


PopupChildWindowAction.ChildWindow Property

Gets or sets the child window to pop up.

Namespace:  Microsoft.Practices.Prism.Interactivity.InteractionRequest
Assembly:  Microsoft.Practices.Prism.Interactivity (in Microsoft.Practices.Prism.Interactivity.dll)

Syntax

public ChildWindow ChildWindow { get; set; }
'Declaration
Public Property ChildWindow As ChildWindow
    Get
    Set

Remarks

If not specified, a default child window is used instead.

See Also

PopupChildWindowAction Class

Microsoft.Practices.Prism.Interactivity.InteractionRequest Namespace