From 50efd3b08713fb6773671a9694adf0025febdfcd Mon Sep 17 00:00:00 2001 From: XceedBoucherS Date: Thu, 26 Sep 2019 15:00:05 -0400 Subject: [PATCH] Updated CheckComboBox (markdown) --- CheckComboBox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CheckComboBox.md b/CheckComboBox.md index 9f6912f..9348700 100644 --- a/CheckComboBox.md +++ b/CheckComboBox.md @@ -1,5 +1,5 @@ # CheckComboBox -Derives from Xceed.Wpf.Toolkit.Primitives.Selector +Derives from Xceed.Wpf.Toolkit.Primitives.SelectAllSelector CheckComboBox is a combo box in which the items in the dropdown are preceded by a checkbox. As items are checked or unchecked, the Text property displayed above the dropdown is updated using the concatenated string representations of the checked items. The text displayed is formatted using the value of the Delimiter property to separate the individual strings.