ClassRadWindowManager
Class
RadWindowManager class exposes methods that apply to all RadWindows which are in the current RootVisual element.
Definition
Namespace:Telerik.UI.Xaml.Controls
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public sealed class RadWindowManager
Inheritance: objectRadWindowManager
Properties
Current
Gets the singleton instance.
Declaration
cs-api-definition
public static RadWindowManager Current { get; }
Property Value
The current instance.
Methods
CloseAllWindows()
Closes all RadWindows that are open.
Declaration
cs-api-definition
public void CloseAllWindows()
GetWindows()
Returns collection of RadWindows.
Declaration
cs-api-definition
public IList<WindowBase> GetWindows()
Returns
Collection of RadWindows.
MaximizeAllWindows()
Maximizes all RadWindows that are open and can be maximized.
Declaration
cs-api-definition
public void MaximizeAllWindows()
MinimizeAllWindows()
Minimizes all RadWindows that are open and can be minimized.
Declaration
cs-api-definition
public void MinimizeAllWindows()
NormalAllWindows()
Restores all RadWindows that are open.
Declaration
cs-api-definition
public void NormalAllWindows()