Skip to main content
All docs
V24.1

DxDrawer.ZIndex Property

Specifies the drawer panel’s z-index (for the Overlap mode only).

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

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

Property Value

Type Description
Nullable<Int32>

The drawer’s z-index; null if the z-index is calculated automatically.

Remarks

When the Mode property is set to Overlap, the drawer panel overlaps and greys out the target content area. The component calculates its z-index based on the content that the panel covers. You can use the ZIndex property to specify the z-index.

See Also