Click or drag to resize
AdvancedFormSettingsZIndex Property
Gets or sets a value indicating the z-index of the modal dialog.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public int ZIndex { get; set; }

Property Value

Type: Int32
An integer value that specifies the desired z-index. The default value is 2500.
Remarks
Use this property to position the form over elements with higher z-index than the modal form.
See Also