Click or drag to resize
RecurrenceEditorZIndex Property
Gets or sets a value indicating the base z-index of the recurrence editor.

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 base z-index. The default value is 2500.
Remarks
The z-index value is used to position any detachable elements (like KaxCalendar pop-ups) over other elements in the form.
See Also