ASPxClientHintOptions Properties
The hint control’s options.
Name | Description |
---|---|
allow |
Gets or sets a value that specifies whether to flip the hint to the opposite position relative to the target element. |
allow |
Gets or sets a value that specifies whether to shift a hint if its content and title are hidden outside of the client area. |
animation | Gets or sets whether it should use animation effects when a hint appears. |
appear |
Gets or sets the delay in displaying the hint. |
class |
Gets or sets a custom CSS class name that will be assigned to the root ASPx |
container | Gets or sets a value that is the HTML DOM-element. |
content | Gets or sets the hint’s content. |
content |
Gets or sets the attribute name. |
disappear |
Gets or sets the duration after which a hint disappears when the mouse pointer is no longer positioned over the target element. |
height | Gets or sets a value that is the hint’s height. |
hide |
Specifies whether to hide native tooltips for an item and its nested items. |
offset | Gets the offset of a hint. |
position | Gets or sets where a hint should be positioned. |
show |
Gets or sets a value that specifies whether a hint is displayed in a callout box. |
show |
Gets or sets a value that specifies whether a hint’s title is displayed. |
title | Gets or sets a value that is the hint’s title. |
title |
Gets or sets the attribute name. |
trigger |
Gets or sets which user action triggers a hint. |
width | Gets or sets a value that is the hint’s width. |
x | Gets or sets the X coordinate. |
y | Gets or sets the Y coordinate. |
See Also