Back to Devexpress

ScrollToPageCommand Class

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

latest1.8 KB
Original Source

ScrollToPageCommand Class

Scrolls the document to the specified page.

Namespace : DevExpress.XtraRichEdit.Commands

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class ScrollToPageCommand :
    RichEditMenuItemSimpleCommand
vb
Public Class ScrollToPageCommand
    Inherits RichEditMenuItemSimpleCommand

Remarks

Use the ScrollToPageCommand.PageIndex property to specify a destination page.

Inheritance

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

See Also

ScrollToPageCommand Members

DevExpress.XtraRichEdit.Commands Namespace