Back to Devexpress

FindNextCommand.Id Property

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

latest1.6 KB
Original Source

FindNextCommand.Id Property

Gets the ID of the FindNextCommand.

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)

FindNextCommand Class

FindNextCommand Members

DevExpress.XtraRichEdit.Commands Namespace