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.C1ToolBarAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
[C1CategoryAttribute("Category.Behavior")] [LayoutAttribute(LayoutType.Behavior)] [DefaultValueAttribute(false)] [JsonAttribute(true)] public bool AutoPostBack { get; set; } |
| Visual Basic (Declaration) |
|---|
<C1CategoryAttribute("Category.Behavior")> _ <LayoutAttribute(LayoutType.Behavior)> _ <DefaultValueAttribute(False)> _ <JsonAttribute(True)> _ Public Property AutoPostBack As Boolean Get Set |