Share via


MultiSelectComboBox.SelectedItemsTextConverter Property

Definition

The selected items converter that can be used to customize the text of what is selected when SelectedItems is the value. If SelectedItemsText is already passed in, we use that for what is displayed instead of this converter. If SelectedItemsText is null and SelectedItemsTextConverter is null, we concatenate a string with the SelectedItems using DelimiterStr.

public Microsoft.VisualStudio.PlatformUI.ValueConverter<System.Collections.Generic.IEnumerable<object>,string> SelectedItemsTextConverter { get; set; }
member this.SelectedItemsTextConverter : Microsoft.VisualStudio.PlatformUI.ValueConverter<seq<obj>, string> with get, set
Public Property SelectedItemsTextConverter As ValueConverter(Of IEnumerable(Of Object), String)

Property Value

Applies to