Skip to main content

Argument.Value Property

Gets the value of an argument in the DOCVARIABLE field.

Namespace: DevExpress.XtraRichEdit

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

#Declaration

public string Value { get; }

#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