Skip to main content

IPrintable.SupportsHelp() Method

If implemented by a class, determines whether the help system is available 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

bool SupportsHelp()

Returns

Type Description
Boolean

true if the help system is available for the Property editor; otherwise, false.

Remarks

The SupportsHelp method is used to determine whether the help system is available for the Property editor. The IPrintable.ShowHelp method must invoke it. See the IPrintable.PropertyEditorControl property for more information.

See Also