Share via


FilterableListView.MultiSelect Property

 

Gets or sets a value indicating whether multiple items can be selected.

Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

public bool MultiSelect { get; set; }
public:
property bool MultiSelect {
    bool get();
    void set(bool value);
}
Public Property MultiSelect As Boolean

Property Value

Type: System.Boolean

true if multiple items in the control can be selected at one time; otherwise, false. The default is true.

See Also

FilterableListView Class
Microsoft.WindowsServerSolutions.Common Namespace

Return to top