Gets or sets a value indicating whether C1SuperPanel will maintain the scroll position on postback.
Namespace:
C1.Web.UI.Controls.C1SuperPanelAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute(true)] public bool MaintainScrollPositionOnPostback { get; set; } |
| Visual Basic (Declaration) |
|---|
<DefaultValueAttribute(True)> _ Public Property MaintainScrollPositionOnPostback As Boolean Get Set |