RepositoryItemComboBox.ShowToolTipForTrimmedText Property
Gets or sets whether tooltips are displayed for items whose text is trimmed.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v22.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. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
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.