Back to Devexpress

ASPxClientHint Class

aspnet-js-aspxclienthint.md

latest1.5 KB
Original Source

ASPxClientHint Class

Represents the client-side equivalent of the ASPxHint control.

Declaration

ts
declare class ASPxClientHint extends ASPxClientControl

Remarks

The functionality provided by the ASPxClientHint almost replicates the server-side functionality implemented by the ASPxHint. In that way, a comprehensive client object model allows you to process, navigate and manipulate data directly on the client by writing appropriate JavaScript code.

Note

To show and hide hint messages on the client side, call the Show(targetSelector) and Hide(targetSelector) methods instead of the SetVisible(visible) method.

Inheritance

ASPxClientControlBase ASPxClientControl ASPxClientHint

See Also

Hint Control

How to: Set Hint Content

How to: Specify Hint Position

How to: Specify Hint Timing

Demo: ASPxHint - Overview

ASPxClientHint Members