Controls that causes a PostBack/CallBack on page where DualListBox resides Note: Controls needs to be of WebControl type (At least one WebControl is required!)

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

Syntax

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

Property Value

Type: ArrayList

See Also