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

RepositoryItemCheckedComboBoxEdit.ShowToolTipForTrimmedText Property

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DXCategory("Appearance")]
[DefaultValue(DefaultBoolean.Default)]
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
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

Remarks

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

See Also