EntityEditor.AutoPostBack Property
Gets or sets the value that represents whether the EntityEditor control is set to automatically post-back on focus change.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property AutoPostBack As Boolean
Get
Set
'Usage
Dim instance As EntityEditor
Dim value As Boolean
value = instance.AutoPostBack
instance.AutoPostBack = value
public bool AutoPostBack { get; set; }
Property Value
Type: System.Boolean
true if the EntityEditor control is set to automatically post-back on focus change; otherwise, false.