Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DocumentViewerBase.ShowToolTips Property

Specifies whether or not to display hints in the DocumentViewer.

Namespace: DevExpress.DocumentView.Controls

Assembly: DevExpress.Utils.v24.2.dll

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

#Declaration

[DefaultValue(true)]
[DXCategory("Appearance")]
public bool ShowToolTips { get; set; }

#Property Value

Type Default Description
Boolean true

true to display hints; otherwise false.

#Remarks

The ShowToolTips property indicates whether or not the Document Viewer can display hints when the mouse pointer is over its elements. For instance, a hint is displayed when an end-user changes a document’s margins.

You can customize the appearance of the Print Control’s hints via its DocumentViewerBase.TooltipFont, DocumentViewerBase.TooltipForeColor and DocumentViewerBase.TooltipBackColor properties.

See Also