We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7162f97 commit 9fd25efCopy full SHA for 9fd25ef
controls/listbox/client-side-programming/objects/radlistbox-object.md
@@ -41,6 +41,7 @@ The following table lists the most important methods of the client-side **RadLis
41
| **get_id** |none|string|Gets the ClientID of the RadListBox|
42
| **deleteItem** |RadListBoxItem|none|Deletes the item passed as an argument|
43
| **insertItems** |Array of RadListboxItems|none|Bulk inserts an array of RadListbox items to RadListBox|
44
+| **set_visible** |boolean|none|Sets the listview as visible or not on the client|
45
46
47
>caption Example 1: Demonstrates the usage of the commitChanges method
0 commit comments