Add()
|
none
|
Adds a new group to the end of the collection and returns the newly created object.
|
Add(MVCxNavBarGroup)
|
group
|
Adds the specified group to the collection.
|
Add(Action<MVCxNavBarGroup>)
|
method
|
Adds a new group to the collection and allows you to customize this group in a delegate method implementation.
|
Add(String, String, String, String, String)
|
text, name, imageUrl, navigateUrl, target
|
Adds a new group to the collection and specifies the group’s display text, name, associated image and URL as well as the target of the URL content.
|
Add(String, String, String, String)
|
text, name, imageUrl, navigateUrl
|
Adds a new group to the collection and specifies the group’s display text, name, associated image and URL.
|
Add(String, String, String)
|
text, name, imageUrl
|
Adds a new group to the collection and specifies the group’s display text, name and associated image.
|
Add(String, String)
|
text, name
|
Adds a new group to the collection and specifies the group’s display text and name.
|
Add(String)
|
text
|
Adds a new group to the collection and specifies the group’s display text.
|