Gets and sets whether the column fires a postback when the control changes

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public bool AutoPostBack { get; set; }
Visual Basic
Public Property AutoPostBack As Boolean
	Get
	Set

Field Value

A Boolean

See Also