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.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic int MinDisplayTime { get; set; }
Public Property MinDisplayTime As Integer
Get
Set
public:
property int MinDisplayTime {
int get ();
void set (int value);
}
member MinDisplayTime : int with get, set
Property Value
Type:
Int32
See Also