GroupedItemPicker.AlwaysAllowRemove property

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property AlwaysAllowRemove As Boolean
    Get
    Set
'Usage
Dim instance As GroupedItemPicker
Dim value As Boolean

value = instance.AlwaysAllowRemove

instance.AlwaysAllowRemove = value
public bool AlwaysAllowRemove { get; set; }

Property value

Type: System.Boolean

See also

Reference

GroupedItemPicker class

GroupedItemPicker members

Microsoft.SharePoint.WebControls namespace