Argument Class
In This Article
An argument within the document field.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
#Remarks
Field arguments are contained within the ArgumentCollection collection.
When handling the Document.CalculateDocumentVariable event, you can access the DOCVARIABLE arguments via the CalculateDocumentVariableEventArgs.Arguments property.
See Also