Back to Devexpress

NextDataRecordCommand Class

officefileapi-devexpress-dot-xtrarichedit-dot-commands-1cbc3e3b.md

latest2.2 KB
Original Source

NextDataRecordCommand Class

Navigates to the next data record in the bound data source.

Namespace : DevExpress.XtraRichEdit.Commands

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class NextDataRecordCommand :
    PrevNextDataRecordCommandBase
vb
Public Class NextDataRecordCommand
    Inherits PrevNextDataRecordCommandBase

Remarks

The data source used in mail merge is specified via the MailMergeOptions.DataSource property.

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.PrevNextDataRecordCommandBase NextDataRecordCommand

See Also

NextDataRecordCommand Members

FirstDataRecordCommand

LastDataRecordCommand

PreviousDataRecordCommand

DevExpress.XtraRichEdit.Commands Namespace