Back to Devexpress

DeleteTableRowsMenuCommand Class

officefileapi-devexpress-dot-xtrarichedit-dot-commands-96bc9c1b.md

latest1.7 KB
Original Source

DeleteTableRowsMenuCommand Class

Deletes selected rows in a table (the command is intended for popup menus).

Namespace : DevExpress.XtraRichEdit.Commands

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class DeleteTableRowsMenuCommand :
    RichEditMenuItemSimpleCommand
vb
Public Class DeleteTableRowsMenuCommand
    Inherits RichEditMenuItemSimpleCommand

Inheritance

Object Command DevExpress.Utils.Commands.ControlCommand<IRichEditControl, RichEditCommandId, DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> DevExpress.XtraRichEdit.Commands.RichEditCommandBase<DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> RichEditCommand RichEditMenuItemSimpleCommand DeleteTableRowsMenuCommand

See Also

DeleteTableRowsMenuCommand Members

DevExpress.XtraRichEdit.Commands Namespace