BootstrapCheckBoxList Class
Declaration
class BootstrapCheckBoxList extends BootstrapListBox
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.
Inherited Members
DevExpress.AspNetCore.BootstrapListBox.addItem
DevExpress.AspNetCore.BootstrapListBox.addItem
DevExpress.AspNetCore.BootstrapListBox.addItem
DevExpress.AspNetCore.BootstrapListBox.addItem
DevExpress.AspNetCore.BootstrapListBox.addItem
DevExpress.AspNetCore.BootstrapListBox.addItem
DevExpress.AspNetCore.BootstrapListBox.insertItem
DevExpress.AspNetCore.BootstrapListBox.insertItem
DevExpress.AspNetCore.BootstrapListBox.insertItem
DevExpress.AspNetCore.BootstrapListBox.insertItem
DevExpress.AspNetCore.BootstrapListBox.insertItem
DevExpress.AspNetCore.BootstrapListBox.insertItem
DevExpress.AspNetCore.BootstrapListBox.performCallback
DevExpress.AspNetCore.BootstrapListBox.performCallback
Methods
getItem(index) Method
Declaration
getItem(
index: number
): BootstrapListBoxItem | null
Parameters
Returns
getItemCount Method
Declaration
getItemCount(): number
Returns
getSelectedIndices Method
Declaration
getSelectedIndices(): number[]
Returns
getSelectedItems Method
Declaration
getSelectedItems(): BootstrapListBoxItem[]
Returns
getSelectedValues Method
Declaration
getSelectedValues(): any[]
Returns
off<K> Method
Declaration
off<K extends keyof BootstrapCheckBoxListEventMap>(
eventName?: K,
callback?: (this: BootstrapCheckBoxList,
args?: BootstrapCheckBoxListEventMap[K]) => void
): this
Parameters
Name |
Type |
eventName |
K |
callback |
(this: BootstrapCheckBoxList, args?: BootstrapCheckBoxListEventMap[K]) => void |
Type Parameters
Returns
on<K>(eventName, callback) Method
Declaration
on<K extends keyof BootstrapCheckBoxListEventMap>(
eventName: K,
callback: (this: BootstrapCheckBoxList,
args?: BootstrapCheckBoxListEventMap[K]) => void
): this
Parameters
Name |
Type |
eventName |
K |
callback |
(this: BootstrapCheckBoxList, args?: BootstrapCheckBoxListEventMap[K]) => void |
Type Parameters
Returns
once<K>(eventName, callback) Method
Declaration
once<K extends keyof BootstrapCheckBoxListEventMap>(
eventName: K,
callback: (this: BootstrapCheckBoxList,
args?: BootstrapCheckBoxListEventMap[K]) => void
): this
Parameters
Name |
Type |
eventName |
K |
callback |
(this: BootstrapCheckBoxList, args?: BootstrapCheckBoxListEventMap[K]) => void |
Type Parameters
Returns
selectAll Method
Declaration
selectAll(): void
selectIndices(indices) Method
Declaration
selectIndices(
indices: number[]
): void
Parameters
Name |
Type |
indices |
number[] |
selectItems(items) Method
Declaration
selectItems(
items: BootstrapListBoxItem[]
): void
Parameters
selectValues(values) Method
Declaration
selectValues(
values: any[]
): void
Parameters
unselectAll Method
Declaration
unselectAll(): void
unselectIndices(indices) Method
Declaration
unselectIndices(
indices: number[]
): void
Parameters
Name |
Type |
indices |
number[] |
unselectItems(items) Method
Declaration
unselectItems(
items: BootstrapListBoxItem[]
): void
Parameters
unselectValues(values) Method
Declaration
unselectValues(
values: any[]
): void
Parameters