Skip to main content
All docs
V21.1

DxPopup.ZIndex Property

Specifies the Popup’s Z-index.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v21.1.dll

NuGet Package: DevExpress.Blazor

Declaration

[Parameter]
public int? ZIndex { get; set; }

Property Value

Type Description
Nullable<Int32>

The Popup’s Z-index; null if the Z-index is calculated automatically.

Remarks

You can show multiple Popups simultaneously. Their Z-index is calculated based on the display order: 1050 for the first Popup, which increases for Popups shown later. For more information, refer to the following Bootstrap help topic: Z-index.

Specify the ZIndex property to change a Popup’s Z-index.

See Also