Gets or sets a value indicating whether a postback to the server automatically occurs when the user changes the list selection.

Namespace: MonoSoftware.MonoX.Controls
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public bool AutoPostBack { get; set; }
Visual Basic
Public Property AutoPostBack As Boolean
	Get
	Set
Visual C++
public:
property bool AutoPostBack {
	bool get ();
	void set (bool value);
}
F#
member AutoPostBack : bool with get, set

Property Value

Type: Boolean

See Also