ScrollExtender.ChangeElement(id) Method
In This Article
Applies the current scroll extender to the specified DOM element.
#Declaration
TypeScript
ChangeElement(
id: string | any
): void
#Parameters
Name | Type |
---|---|
id | any |
See Also