ShowTableOptionsFormCommand Class
Invokes the Table Options dialog window.
Namespace: DevExpress.XtraRichEdit.Commands
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
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.
Inheritance
Object
Command
DevExpress.Utils.Commands.ControlCommand<IRichEditControl, RichEditCommandId, DevExpress.XtraRichEdit.Localization.XtraRichEditStringId>
DevExpress.XtraRichEdit.Commands.RichEditCommandBase<DevExpress.XtraRichEdit.Localization.XtraRichEditStringId>
RichEditCommand
RichEditMenuItemSimpleCommand
ShowTableOptionsFormCommand
See Also