Back to Devexpress

ToggleTableAutoFitWindowCommand Class

officefileapi-devexpress-dot-xtrarichedit-dot-commands-f3e2b81e.md

latest2.1 KB
Original Source

ToggleTableAutoFitWindowCommand Class

Changes the table width to fit the page’s width and adjusts columns to accommodate cells content.

Namespace : DevExpress.XtraRichEdit.Commands

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class ToggleTableAutoFitWindowCommand :
    ToggleTableAutoFitCommandBase
vb
Public Class ToggleTableAutoFitWindowCommand
    Inherits ToggleTableAutoFitCommandBase

Inheritance

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

See Also

ToggleTableAutoFitWindowCommand Members

ToggleTableAutoFitContentsCommand

ToggleTableFixedColumnWidthCommand

DevExpress.XtraRichEdit.Commands Namespace