Add(GridViewContextMenuCommand, String, String)
|
command, name, text
|
Adds a new item with the specified settings to the end of the collection and returns the newly created object.
|
Add(GridViewContextMenuCommand, String)
|
command, name
|
Adds a new item with the specified settings to the end of the collection and returns the newly created object.
|
Add(GridViewContextMenuCommand)
|
command
|
Adds a new item with the specified command to the end of the collection and returns the newly created object.
|
Add(GridViewContextMenuItem[])
|
items
|
Adds the specified array of items to the end of the collection.
|
Add(String, String, String, String, String)
|
text, name, imageUrl, navigateUrl, target
|
Adds a new item with the specified settings to the end of the collection and returns the newly created object.
|
Add(String, String, String, String)
|
text, name, imageUrl, navigateUrl
|
Adds a new item with the specified settings to the end of the collection and returns the newly created object.
|
Add(String, String, String)
|
text, name, imageUrl
|
Adds a new item with the specified settings to the end of the collection and returns the newly created object.
|
Add(String, String)
|
text, name
|
Adds a new item with the specified settings to the end of the collection and returns the newly created object.
|
Add(String)
|
text
|
Adds a new item with the specified text to the end of the collection and returns the newly created object.
|