Back to Devexpress

FindPrevCommand.Id Property

windowsforms-devexpress-dot-xtrarichedit-dot-commands-dot-findprevcommand.md

latest1.6 KB
Original Source

FindPrevCommand.Id Property

Gets the ID of the FindPrevCommand.

Namespace : DevExpress.XtraRichEdit.Commands

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

csharp
public override RichEditCommandId Id { get; }
vb
Public Overrides ReadOnly Property Id As RichEditCommandId

Property Value

TypeDescription
RichEditCommandId

A RichEditCommandId member, identifying the command.

|

Remarks

Use the command identifier to create a command via the RichEditControl.CreateCommand method.

See Also

CreateCommand(RichEditCommandId)

FindPrevCommand Class

FindPrevCommand Members

DevExpress.XtraRichEdit.Commands Namespace