RecurrenceEditorZIndex Property |
Gets or sets a value indicating the base z-index of the recurrence editor.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic int ZIndex { get; set; }
Public Property ZIndex As Integer
Get
Set
public:
property int ZIndex {
int get ();
void set (int value);
}
member ZIndex : int with 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