Skip to main content
A newer version of this page is available.

SnapMailMergeVisualOptions.CurrentRecordIndex Property

Specifies the number of the currently displayed data record.

Namespace: DevExpress.Snap.Core.Options

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

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