Skip to main content

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.v23.2.dll

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

Declaration

void ShowHelp()

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