DocumentViewerBase.ShowToolTips Property
Specifies whether or not to display hints in the DocumentViewer.
Namespace: DevExpress.DocumentView.Controls
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
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