Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ShowTableOptionsFormCommand Class

Invokes the Table Options dialog window.

Namespace: DevExpress.XtraRichEdit.Commands

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

public class ShowTableOptionsFormCommand :
    RichEditMenuItemSimpleCommand

Remarks

The Table Options dialog allows end-users to set default cell margins (spacing between cell borders and text within each cell), along with specifying whether the additional space should be between cells, setting the amount of this space, and setting whether or not table columns should be automatically expanded to accommodate cell content.

Dialog_TableOptions

Inheritance

Object
Command
DevExpress.Utils.Commands.ControlCommand<IRichEditControl, RichEditCommandId, DevExpress.XtraRichEdit.Localization.XtraRichEditStringId>
DevExpress.XtraRichEdit.Commands.RichEditCommandBase<DevExpress.XtraRichEdit.Localization.XtraRichEditStringId>
See Also