Skip to main content

ButtonGroupBuilder.SelectedItems Method

Name Parameters Description
SelectedItems(JS) value Contains the data objects that correspond to the selected buttons. The data objects are taken from the items array. Mirrors the client-side selectedItems option.
SelectedItems(IEnumerable) value Contains the data objects that correspond to the selected buttons. The data objects are taken from the items array. Mirrors the client-side selectedItems option.