BootstrapEditButtonCollection.Add Method
Name | Parameters | Description |
---|---|---|
Add() | none | Adds a new button to the collection and returns the newly created button object. |
Add(BootstrapEditButton) | item | Adds the specified button to the collection |
Add(String) | text | Adds a new button with the specified text to the collection. |