BootstrapGridViewToolbarItemCollection Constructors
Represents a collection of a BootstrapGridView‘s toolbar items.Name | Parameters | Description |
---|---|---|
BootstrapGridViewToolbarItemCollection() | none | Initializes a new instance of the BootstrapGridViewToolbarItemCollection class with default settings. |
BootstrapGridViewToolbarItemCollection(GridToolbarItem) | rootItem | Initializes a new instance of the BootstrapGridViewToolbarItemCollection class with the specified root item. |
See Also