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

    Updates the displayed record count after it has been changed in a connected data source.

    Namespace: DevExpress.Snap.Core.Options

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

    NuGet Package: DevExpress.Snap.Core

    Declaration

    int RefreshRecordCount()

    Returns

    Type Description
    Int32

    An integer value, specifying the current number of data records in a mail-merge document. This value is assigned to the SnapMailMergeVisualOptions.RecordCount property.

    Remarks

    The record count is displayed in the Current Record editor of the Data Tools: Mail Merge toolbar.

    snap-mail-merge-export-range-dialog

    See Also