ClassPopupManager
Class
Manage starting ZIndexes of popup controls.
Definition
Namespace:Telerik.UI.Xaml.Controls
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public static class PopupManager
Inheritance: objectPopupManager
Properties
DockWindowStartingZIndex
Gets or sets starting index for RadDockWindow controls. Should be bigger then Popups ZIndex and smaller then 1000000.
Declaration
cs-api-definition
public static int DockWindowStartingZIndex { get; set; }
Property Value
PopupStartingZIndex
Gets or sets starting index for Popup controls. Should be bigger then TopWindows ZIndex and smaller then DockWindows ZIndex.
Declaration
cs-api-definition
public static int PopupStartingZIndex { get; set; }
Property Value
TopWindowStartingZIndex
Gets or sets starting index for TopMost RadWindow controls. Should be bigger then Windows ZIndex and smaller then Popups ZIndex.
Declaration
cs-api-definition
public static int TopWindowStartingZIndex { get; set; }
Property Value
WindowStartingZIndex
Gets or sets starting index for RadWindow controls. Should be bigger then zero and smaller then TopWindows ZIndex.
Declaration
cs-api-definition
public static int WindowStartingZIndex { get; set; }
Property Value