Skip to content

Commit 9fd25ef

Browse files
authored
docs(listbox): add set_visible method to the list
1 parent 7162f97 commit 9fd25ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

controls/listbox/client-side-programming/objects/radlistbox-object.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ The following table lists the most important methods of the client-side **RadLis
4141
| **get_id** |none|string|Gets the ClientID of the RadListBox|
4242
| **deleteItem** |RadListBoxItem|none|Deletes the item passed as an argument|
4343
| **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|
4445

4546

4647
>caption Example 1: Demonstrates the usage of the commitChanges method

0 commit comments

Comments
 (0)