Skip to main content
A newer version of this page is available. .

SuperToolTip.MaxWidth Property

Specifies the tooltip window’s maximum width, in pixels.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public override int MaxWidth { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the tooltip window’s maximum width.

Remarks

If the SuperToolTip.FixedTooltipWidth property is set to false, the tooltip window is automatically resized based on the tooltip text. The MaxWidth property allows you to limit the tooltip window’s width. If the MaxWidth property doesn’t allow the tooltip text to be displayed entirely in a single line, the text wraps at the window’s right edge.

The MaxWidth property is not in effect if the SuperToolTip.FixedTooltipWidth property is set to true.

See Also