Click or drag to resize
KaxAjaxWaitIndicatorMinDisplayTime Property
Gets or sets a value that specifies the minimum time in milliseconds that the KaxAjaxWaitIndicator will last. The control will not be updated before this period has passed even if the request returns. This will ensure more smoother interface for your page.

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 MinDisplayTime { get; set; }

Property Value

Type: Int32
See Also