Skip to main content

ScrollToPageCommand.PageIndex Property

Gets or sets the index of a page to which scrolling is performed.

Namespace: DevExpress.XtraRichEdit.Commands

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public int PageIndex { get; set; }

Property Value

Type Description
Int32

An integer that is the number of a page.

See Also