Sets or retrieves a value that indicates whether or not the control posts back to the server each time a user interacts with the control.
Namespace:
C1.Web.UI.Controls.C1SliderAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
[JsonAttribute(true)] [C1CategoryAttribute("Category.Behavior")] [LayoutAttribute(LayoutType.Behavior)] [DefaultValueAttribute(false)] public bool AutoPostBack { get; set; } |
| Visual Basic |
|---|
<JsonAttribute(True)> _ <C1CategoryAttribute("Category.Behavior")> _ <LayoutAttribute(LayoutType.Behavior)> _ <DefaultValueAttribute(False)> _ Public Property AutoPostBack As Boolean Get Set |