Back to Devexpress

LockFieldCommand.Id Property

officefileapi-devexpress-dot-xtrarichedit-dot-commands-dot-lockfieldcommand.md

latest1.5 KB
Original Source

LockFieldCommand.Id Property

Gets the ID of the LockFieldCommand.

Namespace : DevExpress.XtraRichEdit.Commands

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

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 RichEditControl.CreateCommand method to create a command by its RichEditCommandId value.

See Also

LockFieldCommand Class

LockFieldCommand Members

DevExpress.XtraRichEdit.Commands Namespace