MultiSelectEnabled Property
Gets or sets the value that enables multi-select. If true (the default), this command is enabled when multiple items are selected (subject to filtering by NavigationType). If false, this command is enabled only when a single item is selected.
Syntax
public System.bool MultiSelectEnabled {get; set;}Public Property MultiSelectEnabled As System.Boolean