Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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