Back to Devexpress

ToolTipItem.MaxWidth Property

windowsforms-devexpress-dot-utils-dot-tooltipitem-c4947a09.md

latest1.3 KB
Original Source

ToolTipItem.MaxWidth Property

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[Browsable(false)]
public override int MaxWidth { get; set; }
vb
<Browsable(False)>
Public Overrides Property MaxWidth As Integer

Property Value

Type
Int32

Remarks

You can define the tooltip’s maximum width via the SuperToolTip.MaxWidth property.

See Also

MaxWidth

ToolTipItem Class

ToolTipItem Members

DevExpress.Utils Namespace