Back to Devexpress

DxDrawer.ZIndex Property

blazor-devexpress-dot-blazor-dot-dxdrawer-45d9ff1b.md

latest1.3 KB
Original Source

DxDrawer.ZIndex Property

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

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

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

Property Value

TypeDescription
Nullable<Int32>

The drawer’s z-index.

|

Remarks

DevExpress pop-up components, such as drop-down or pop-up windows, overlap other elements. We use the z-index CSS property to arrange pop-up elements on the page. To ensure correct positioning, the components calculate z-indexes dynamically.

When the Mode property is set to Overlap, the drawer panel overlaps and greys out the target content area. If your application has a complex layout, or you want to change the default order of elements, use the ZIndex property.

See Also

DxDrawer Class

DxDrawer Members

DevExpress.Blazor Namespace