Back to Devexpress

ASPxClientHint.Update Method

aspnet-js-aspxclienthint-dot-update.md

latest821 B
Original Source

ASPxClientHint.Update Method

Forces the hint to reselect target UI elements according to the specified CSS selector.

Declaration

ts
static Update(): void

Remarks

After the hint is registered (using the ASPxClientHint.Register method), the hint no longer inspects the changes in the DOM tree and doesn’t update the list of the selected hint’s target UI elements. To force the hint to reselect UI elements according to the specified CSS selector, use the Update method.

Online Demo : ASPxHint - Hint for Text Ellipsis

See Also

ASPxClientHint Class

ASPxClientHint Members