Back to Devexpress

ShowTablePropertiesFormCommand Class

officefileapi-devexpress-dot-xtrarichedit-dot-commands-3c4c9d04.md

latest2.1 KB
Original Source

ShowTablePropertiesFormCommand Class

Invokes the Table Properties dialog.

Namespace : DevExpress.XtraRichEdit.Commands

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

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

Remarks

The typical Table Properties dialog is shown below:

Inheritance

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

See Also

ShowTablePropertiesFormCommand Members

Table Properties Dialog

DevExpress.XtraRichEdit.Commands Namespace