Skip to main content
All docs
V25.1
  • InsertTableElementMenuCommand.Id Property

    Gets the ID of the InsertTableElementMenuCommand.

    Namespace: DevExpress.XtraRichEdit.Commands

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

    NuGet Package: DevExpress.RichEdit.Core

    Declaration

    public override RichEditCommandId Id { get; }

    Property Value

    Type Description
    RichEditCommandId

    The command ID.

    See Also