AjaxOptions.LoadingElementDuration Property
Gets or sets a value, in milliseconds, that controls the duration of the animation when showing or hiding the loading element.
Namespace: System.Web.Mvc.Ajax
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public Property LoadingElementDuration As Integer Get Set 'Usage Dim instance As AjaxOptions Dim value As Integer value = instance.LoadingElementDuration instance.LoadingElementDuration = value
Property Value
Type: System.Int32A value, in milliseconds, that controls the duration of the animation when showing or hiding the loading element.
Show: