Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a value that identifies the control mode of the BaseFieldControl object before the last postback.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Protected Overridable ReadOnly Property PreviousControlMode As SPControlMode
Get
'Usage
Dim value As SPControlMode
value = Me.PreviousControlMode
protected virtual SPControlMode PreviousControlMode { get; }
Type: Microsoft.SharePoint.WebControls.SPControlMode
An SPControlMode that indicates the last control mode of the BaseFieldControl object before the last postback.
The previous control mode is stored in the ViewState property.
Please sign in to use this experience.
Sign in