Back to Devexpress

BaseListBoxControl.ShowToolTipForTrimmedText Property

windowsforms-devexpress-dot-xtraeditors-dot-baselistboxcontrol-5209afd7.md

latest1.9 KB
Original Source

BaseListBoxControl.ShowToolTipForTrimmedText Property

Gets or sets whether tooltips are displayed for items whose text is trimmed.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(DefaultBoolean.Default)]
[DXCategory("Behavior")]
public DefaultBoolean ShowToolTipForTrimmedText { get; set; }
vb
<DefaultValue(DefaultBoolean.Default)>
<DXCategory("Behavior")>
Public Property ShowToolTipForTrimmedText As DefaultBoolean

Property Value

TypeDefaultDescription
DefaultBooleanDefault

A DefaultBoolean value that specifies whether tooltips are displayed for items whose text is trimmed.

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

Remarks

If the ShowToolTipForTrimmedText property is set to False or Default , tooltips are not displayed for items whose text is trimmed. To enable tooltips, set the ShowToolTipForTrimmedText property to True.

See Also

BaseListBoxControl Class

BaseListBoxControl Members

DevExpress.XtraEditors Namespace