Skip to main content
A newer version of this page is available. .

BootstrapClientRangeSelector Class

Represents a client-side equivalent of the BootstrapRangeSelector control.

Declaration

declare class BootstrapClientRangeSelector extends BootstrapUIWidgetBase

Remarks

The BootstrapClientRangeSelector object serves as a client-side equivalent of the Range Selector control, and implements the functionality of a range selector object.

In addition to the common functionality inherited from its ancestors, the BootstrapClientRangeSelector object allows you to specify the selected range (BootstrapClientRangeSelector.GetValue, BootstrapClientRangeSelector.SetValue) and to respond to its changes by handling the BootstrapClientRangeSelector.ValueChanged event.

Inheritance

See Also