From 38ccce40af54fee21fe0d0bb35de60b79fe61fd5 Mon Sep 17 00:00:00 2001 From: XceedBoucherS Date: Thu, 26 Sep 2019 14:59:28 -0400 Subject: [PATCH] Updated CheckListBox (markdown) --- CheckListBox.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CheckListBox.md b/CheckListBox.md index 425fa27..3fb2703 100644 --- a/CheckListBox.md +++ b/CheckListBox.md @@ -22,6 +22,8 @@ NOTE: As of v1.6.0, this control derives from Selector. | --- | --- | | Command | Gets or sets the command to execute when an item is checked/unchecked. (Inherited from Selector) | | Delimiter | Gets or sets the string used to separate the concatenated string representations of the checked items. (Inherited from Selector) | +| IsSelectAllActive | Gets or sets if the "Select All" option is visible as a SelectorItem. True if the "Select All" option is vislble; false otherwise. By default, false. (Inherited from SelectAllSelector)| +| SelectAllContent | Gets or sets the content of the "Select All" SelectorItem. Default is "Select All". (Inherited from SelectAllSelector)| | SelectedItem | Gets or sets the last checked item. (Inherited from Selector) | | SelectedItems | Gets the collection of checked items. (Inherited from Selector) | | SelectedItemsOverride | Gets or sets the list of **SelectedItems**. (Inherited from Selector) |