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

DocumentViewerBase.ShowToolTips Property

Specifies whether or not to display hints in the DocumentViewer.

Namespace: DevExpress.DocumentView.Controls

Assembly: DevExpress.Utils.v21.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Win.Design, 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