ASP.NET Pack Programmer's Guide
Menu.AutoPostBack Property
See Also
 





Gets or sets a value specifying whether the control should automatically post back to the server when an item is clicked.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public bool AutoPostBack { get; set; }

Visual Basic  Copy Code

Public Property AutoPostBack As Boolean

 Property Value

Type: Boolean
true if the auto post pack is enabled; otherwise false. Default value is false.

 See Also

Menu Members
Menu Class
MindFusion.UI.WebForms Namespace