Skip to main content
All docs
V18.2

DecrementIndentCommand.Id Property

Gets the command ID.

Namespace: DevExpress.XtraRichEdit.Commands

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

Declaration

public override RichEditCommandId Id { get; }

Property Value

Type Description
RichEditCommandId

A RichEditCommandId member, identifying the command.

Remarks

Pass the command identifier to the CreateCommand(RichEditCommandId) method to create a command.

See Also