Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • SnapMailMergeVisualOptions.CurrentRecordIndex Property

    Specifies the number of the currently displayed data record.

    Namespace: DevExpress.Snap.Core.Options

    Assembly: DevExpress.Snap.v21.2.Core.dll

    NuGet Package: DevExpress.Snap.Core

    Declaration

    int CurrentRecordIndex { get; set; }

    Property Value

    Type Description
    Int32

    An integer value.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to CurrentRecordIndex
    ISnapControlOptions
    .SnapMailMergeVisualOptions .CurrentRecordIndex
    SnapControlOptions
    .SnapMailMergeVisualOptions .CurrentRecordIndex
    See Also