Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CalculateDocumentVariableEventArgs.Arguments Property

Provides access to a collection of arguments within the DOCVARIABLE field.

Namespace: DevExpress.XtraRichEdit

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

public ArgumentCollection Arguments { get; }

Property Value

Type Description
ArgumentCollection

An ArgumentCollection instance containing DOCVARIABLE field arguments.

See Also