ContextSelector<T>.AllowChange Property
Gets or sets a value that indicates whether context change is allowed.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property AllowChange As Boolean
Get
Set
'Usage
Dim instance As ContextSelector
Dim value As Boolean
value = instance.AllowChange
instance.AllowChange = value
public bool AllowChange { get; set; }
Property Value
Type: System.Boolean
true if context change is allowed; otherwise, false.