Back to Devexpress

ToggleTableAutoFitContentsCommand Class

officefileapi-devexpress-dot-xtrarichedit-dot-commands-6623823a.md

latest2.0 KB
Original Source

ToggleTableAutoFitContentsCommand Class

Automatically widens table columns to accommodate cell content.

Namespace : DevExpress.XtraRichEdit.Commands

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class ToggleTableAutoFitContentsCommand :
    ToggleTableAutoFitCommandBase
vb
Public Class ToggleTableAutoFitContentsCommand
    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 ToggleTableAutoFitContentsCommand

See Also

ToggleTableAutoFitContentsCommand Members

ToggleTableAutoFitWindowCommand

ToggleTableFixedColumnWidthCommand

DevExpress.XtraRichEdit.Commands Namespace