React Common - utils - ui - Overlay - Methods
This section describes methods exposed by the DevExpress.ui.dxOverlay object.
baseZIndex(zIndex)
Specifies the base z-index for all overlay widgets.
The z-index value.
The z-index of all overlay widgets located on a page is calculated based on the value passed to this method. Since an overlay widget is added, its z-index is increased by one relative to a previously added overlay widget.
The following example demonstrates how to call the method.
$(function(){ DevExpress.ui.dxOverlay.baseZIndex(2000); });
By default, the base z-index for all overlay widgets except Toast is 1500.
The method affects the following widgets.
If you have technical questions, please create a support ticket in the DevExpress Support Center.