BootstrapClientListBox.AddItem |
Adds a new item to the editor, specifying the item's display text, associated value and displayed image, and returns the index of the added item. |
ASPxClientListBox.BeginUpdate |
Prevents the client list box editor from being rendered until the ASPxClientListBox.EndUpdate method is called. |
ASPxClientListBox.EndUpdate |
Re-enables editor render operations after a call to the ASPxClientListBox.BeginUpdate method, and forces an immediate re-rendering. |
ASPxClientListBox.ClearItems |
Removes all items from the client list box editor. |
BootstrapClientListBox.FindItemByText |
Returns a list box item by its text. |
BootstrapClientListBox.FindItemByValue |
Returns a list box item by its value. |
BootstrapClientListBox.GetItem |
Returns an item specified by its index within the list box editor's item collection. |
ASPxClientListBox.GetItemCount |
Gets the number of items contained in the editor's item collection. |
ASPxClientListBox.GetSelectedIndices |
Returns an array of the list editor's selected items indices. |
BootstrapClientListBox.GetSelectedItems |
Returns an array of the list editor's selected items. |
ASPxClientListBox.GetSelectedValues |
Returns an array of the list editor's selected items values. |
BootstrapClientListBox.InsertItem |
Inserts a new item into the control's items collection at the specified index. |
ASPxClientListBox.MakeItemVisible |
Scrolls the editor's item list, so that the specified item becomes visible. |
ASPxClientListBox.RemoveItem |
Removes an item specified by its index from the client list editor. |
ASPxClientListBox.SelectAll |
Selects all list box items. |
ASPxClientListBox.SelectIndices |
Selects the items with the specified indices within a list box. |
BootstrapClientListBox.SelectItems |
Selects the specified items within a list box. |
ASPxClientListBox.SelectValues |
Select the items with the specified values within a list box. |
ASPxClientListBox.UnselectAll |
Unselects all list box items. |
ASPxClientListBox.UnselectIndices |
Unselects an array of the list box items with the specified indices. |
BootstrapClientListBox.UnselectItems |
Unselects an array of the specified list box items. |
ASPxClientListBox.UnselectValues |
Unselects an array of the list box items with the specified values. |