Skip to main content

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