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