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.CommandAssembly: C1.Web.Command.2 (in C1.Web.Command.2.dll)
Syntax
C# |
---|
[DefaultValueAttribute(false)] public bool AutoPostBack { get; set; } |
Visual Basic (Declaration) |
---|
<DefaultValueAttribute(False)> _ Public Property AutoPostBack As Boolean |