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

FindPrevCommand Class

Looks for the previous matching string as defined in the search criteria given by the preceding FindCommand.

Namespace: DevExpress.XtraRichEdit.Commands

Assembly: DevExpress.XtraRichEdit.v24.2.dll

NuGet Package: DevExpress.Win.RichEdit

#Declaration

public class FindPrevCommand :
    FindPrevNextCommand

#Remarks

The FindPrevCommand command uses the search criteria specified in the Find and Replace form invoked by the preceding FindCommand. The criteria persist when the form is closed, so the FindPrevCommand enables you to continue the search.

The search is performed from the cursor location to the beginning of the document. When the beginning of the document is reached, the user is prompted to continue the search from the end of the document.

#Inheritance

Object
Command
DevExpress.Utils.Commands.ControlCommand<IRichEditControl, RichEditCommandId, DevExpress.XtraRichEdit.Localization.XtraRichEditStringId>
DevExpress.XtraRichEdit.Commands.RichEditCommandBase<DevExpress.XtraRichEdit.Localization.XtraRichEditStringId>
RichEditCommand
RichEditMenuItemSimpleCommand
DevExpress.XtraRichEdit.Commands.FindPrevNextCommand
FindPrevCommand
See Also