Skip to main content
All docs
V23.2

InsertTableElementMenuCommand.Id Property

Gets the ID of the InsertTableElementMenuCommand.

Namespace: DevExpress.XtraRichEdit.Commands

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public override RichEditCommandId Id { get; }

Property Value

Type Description
RichEditCommandId

The command ID.

See Also