IPrintable.ShowHelp() Method
If implemented by a class, invokes the help system for the Property editor when implemented by a class.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Remarks
The ShowHelp method displays the help system for the Property editor of the IPrintable control. To determine whether the help system is available, the IPrintable.SupportsHelp method is called. See the IPrintable.PropertyEditorControl property for more information.
See Also