Skip to main content

DxPopupBase.ZIndex Property

Specifies the Popup’s Z-index.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.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.

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

See Also