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
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.
See Also