Skip to main content

ShowTablePropertiesFormCommand Class

Invokes the Table Properties dialog.

Namespace: DevExpress.XtraRichEdit.Commands

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

#Declaration

public class ShowTablePropertiesFormCommand :
    RichEditMenuItemSimpleCommand

#Remarks

The typical Table Properties dialog is shown below:

DXRichEdit_TableProperties_Dialog_Table

#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