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

RepositoryItem.QueryAccessibilityHelp Event

Fires when the help is provided to accessibility applications.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DXCategory("Events")]
public event QueryAccessibilityHelpEventHandler QueryAccessibilityHelp

#Event Data

The QueryAccessibilityHelp event's data class is QueryAccessibilityHelpEventArgs. The following properties provide information specific to this event:

Property Description
HelpKeyword Gets or sets the Help keyword for the specified control.
HelpNamespace Gets or sets a value specifying the name of the Help file.
HelpString Gets or sets the string defining what Help to get for the AccessibleObject.

#Remarks

For more information on the properties of accessible objects, see the Content of Descriptive Properties topic in the Active Accessibility section of the MSDN Library.

See Also