BootstrapClientRangeSelector.GetValue Method
In This Article
Gets the Range Selector’s selected value range.
#Declaration
TypeScript
GetValue(): any[]
#Returns
Type | Description |
---|---|
any[] | An array containing the range of selected values. |
See Also