Back to Devexpress

ShowPageSetupFormCommand Class

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

latest2.5 KB
Original Source

ShowPageSetupFormCommand Class

Invokes the Page Setup dialog.

Namespace : DevExpress.XtraRichEdit.Commands

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class ShowPageSetupFormCommand :
    ShowPageSetupFormCommandBase
vb
Public Class ShowPageSetupFormCommand
    Inherits ShowPageSetupFormCommandBase

Remarks

The typical Page Setup 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.PageSetupInfo> DevExpress.XtraRichEdit.Commands.ShowPageSetupFormCommandBase ShowPageSetupFormCommand

See Also

ShowPageSetupFormCommand Members

Page Setup Dialog in Rich Text Editor

ShowPagePaperSetupFormCommand

ShowPageMarginsSetupFormCommand

DevExpress.XtraRichEdit.Commands Namespace