Argument.Value Property
In This Article
Gets the value of an argument in the DOCVARIABLE field.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
#Property Value
Type | Description |
---|---|
String | A string, specifying the argument in the DOCVARIABLE field. |
#Remarks
To get access to the ArgumentCollection containing DOCVARIABLE arguments, handle the Document.CalculateDocumentVariable event, and use the CalculateDocumentVariableEventArgs.Arguments property.
See Also