Click or drag to resize
CMSUpdateProgressHandleAsyncPostback Property
If true, the progress bar is displayed also on async postback. Note, that the update progress must be in update panel in this case to hid properly.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public bool HandleAsyncPostback { get; set; }

Property Value

Type: Boolean
See Also