Updated CheckListBox (markdown)

master
XceedBoucherS 7 years ago
parent
commit
38ccce40af
  1. 2
      CheckListBox.md

2
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) |

Loading…
Cancel
Save