ASPxClientHintHidingEventArgs.contentElement Property
In This Article
Gets the object that is the hint’s content.
#Declaration
TypeScript
contentElement: any
#Property Value
Type | Description |
---|---|
any | An object representing the hint’s content element related to the event. |
See Also