Back to Devexpress

ASPxHint.AllowFlip Property

aspnet-devexpress-dot-web-dot-aspxhint-38dfaf3f.md

latest1.6 KB
Original Source

ASPxHint.AllowFlip Property

Gets or sets a value that specifies whether to flip the hint to the opposite position relative to the target element.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(true)]
public bool AllowFlip { get; set; }
vb
<DefaultValue(True)>
Public Property AllowFlip As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true, to flip the hint; otherwise, false.

|

Remarks

If the target element is located near the edge of the browser, a hint’s content and title can be partially hidden outside of the browser’s client area. Use the AllowFlip property to enable hint flipping to the opposite position relative to the target element (top-bottom, left-right) if the hint’s content is more visible in the opposite position (ASPxHint.Position).

The ASPxHint.AllowShift property allows shifting the hint’s content to make hidden part of the hint visible in the browser’s client area.

See Also

ASPxHint Class

ASPxHint Members

DevExpress.Web Namespace