Back to Devexpress

LastDataRecordCommand Class

officefileapi-devexpress-dot-xtrarichedit-dot-commands-154cf8f9.md

latest2.2 KB
Original Source

LastDataRecordCommand Class

Navigates to the last 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 LastDataRecordCommand :
    PrevNextDataRecordCommandBase
vb
Public Class LastDataRecordCommand
    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 LastDataRecordCommand

See Also

LastDataRecordCommand Members

FirstDataRecordCommand

NextDataRecordCommand

PreviousDataRecordCommand

DevExpress.XtraRichEdit.Commands Namespace