Class RadWindowManager
RadWindowManager class exposes methods that apply to all RadWindows which are in the current RootVisual element.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public sealed class RadWindowManager
Properties
Current
Gets the singleton instance.
Declaration
public static RadWindowManager Current { get; }
Property Value
RadWindowManager
The current instance. |
Methods
CloseAllWindows()
Closes all RadWindows that are open.
Declaration
public void CloseAllWindows()
GetWindows()
Returns collection of RadWindows.
Declaration
public IList<WindowBase> GetWindows()
Returns
System.Collections.Generic.IList<WindowBase>
Collection of RadWindows. |
MaximizeAllWindows()
Maximizes all RadWindows that are open and can be maximized.
Declaration
public void MaximizeAllWindows()
MinimizeAllWindows()
Minimizes all RadWindows that are open and can be minimized.
Declaration
public void MinimizeAllWindows()
NormalAllWindows()
Restores all RadWindows that are open.
Declaration
public void NormalAllWindows()