BootstrapGridBase Class
Declaration
class BootstrapGridBase extends Control
IMPORTANT
Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.
Methods
getToolbar(
index: number
): BootstrapMenu | null
getToolbarByName(
name: string
): BootstrapMenu | null
off<K> Method
Declaration
off<K extends keyof BootstrapGridBaseEventMap>(
eventName?: K,
callback?: (this: BootstrapGridBase,
args?: BootstrapGridBaseEventMap[K]) => void
): this
Parameters
Name |
Type |
eventName |
K |
callback |
(this: BootstrapGridBase, args?: BootstrapGridBaseEventMap[K]) => void |
Type Parameters
Returns
on<K>(eventName, callback) Method
Declaration
on<K extends keyof BootstrapGridBaseEventMap>(
eventName: K,
callback: (this: BootstrapGridBase,
args?: BootstrapGridBaseEventMap[K]) => void
): this
Parameters
Name |
Type |
eventName |
K |
callback |
(this: BootstrapGridBase, args?: BootstrapGridBaseEventMap[K]) => void |
Type Parameters
Returns
once<K>(eventName, callback) Method
Declaration
once<K extends keyof BootstrapGridBaseEventMap>(
eventName: K,
callback: (this: BootstrapGridBase,
args?: BootstrapGridBaseEventMap[K]) => void
): this
Parameters
Name |
Type |
eventName |
K |
callback |
(this: BootstrapGridBase, args?: BootstrapGridBaseEventMap[K]) => void |
Type Parameters
Returns