Skip to main content

BootstrapRadioButtonList Class

Declaration

class BootstrapRadioButtonList extends BootstrapListBox

Remarks

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

Inheritance

Methods

getItem(index) Method

Declaration

getItem(
    index: number
): BootstrapListBoxItem | null

Parameters

Name Type
index number

Returns

Type
BootstrapListBoxItem
null

getItemCount Method

Declaration

getItemCount(): number

Returns

Type
number

off<K> Method

Declaration

off<K extends keyof BootstrapRadioButtonListEventMap>(
    eventName?: K,
    callback?: (this: BootstrapRadioButtonList,
    args?: BootstrapRadioButtonListEventMap[K]) => void
): this

Parameters

Name Type
eventName K
callback (this: BootstrapRadioButtonList, args?: BootstrapRadioButtonListEventMap[K]) => void

Type Parameters

Name Type
K keyof

Returns

Type
this

on<K>(eventName, callback) Method

Declaration

on<K extends keyof BootstrapRadioButtonListEventMap>(
    eventName: K,
    callback: (this: BootstrapRadioButtonList,
    args?: BootstrapRadioButtonListEventMap[K]) => void
): this

Parameters

Name Type
eventName K
callback (this: BootstrapRadioButtonList, args?: BootstrapRadioButtonListEventMap[K]) => void

Type Parameters

Name Type
K keyof

Returns

Type
this

once<K>(eventName, callback) Method

Declaration

once<K extends keyof BootstrapRadioButtonListEventMap>(
    eventName: K,
    callback: (this: BootstrapRadioButtonList,
    args?: BootstrapRadioButtonListEventMap[K]) => void
): this

Parameters

Name Type
eventName K
callback (this: BootstrapRadioButtonList, args?: BootstrapRadioButtonListEventMap[K]) => void

Type Parameters

Name Type
K keyof

Returns

Type
this