Back to Devexpress

ShowColumnsSetupFormCommand Class

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

latest2.4 KB
Original Source

ShowColumnsSetupFormCommand Class

Invokes the Columns dialog.

Namespace : DevExpress.XtraRichEdit.Commands

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class ShowColumnsSetupFormCommand :
    ChangeSectionFormattingCommandBase<ColumnsInfoUI>
vb
Public Class ShowColumnsSetupFormCommand
    Inherits ChangeSectionFormattingCommandBase(Of ColumnsInfoUI)

Remarks

The Columns dialog enables end-users to set the number of columns to be created in a particular section or the whole document, and to specify the width of individual columns and between columns. The typical Columns dialog is shown below:

Inheritance

Object Command DevExpress.Utils.Commands.ControlCommand<IRichEditControl, RichEditCommandId, DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> DevExpress.XtraRichEdit.Commands.RichEditCommandBase<DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> RichEditCommand DevExpress.XtraRichEdit.Commands.SelectionBasedCommandBase SelectionBasedPropertyChangeCommandBase DevExpress.XtraRichEdit.Commands.ChangeSectionFormattingCommandBase<DevExpress.XtraRichEdit.Forms.ColumnsInfoUI> ShowColumnsSetupFormCommand

See Also

ShowColumnsSetupFormCommand Members

DevExpress.XtraRichEdit.Commands Namespace