Skip to main content

RepositoryItemComboBox.ShowToolTipForTrimmedText Property

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(DefaultBoolean.Default)]
[DXCategory("Behavior")]
public virtual DefaultBoolean ShowToolTipForTrimmedText { get; set; }

Property Value

Type Default Description
DefaultBoolean Default

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

Available values:

Name Description Return 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