Back to Devexpress

ArgumentCollection Class

officefileapi-devexpress-dot-xtrarichedit-cb104db5.md

latest2.8 KB
Original Source

ArgumentCollection Class

A collection of Argument objects. Results from parsing a document field.

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[ComVisible(true)]
public class ArgumentCollection :
    List<Argument>
vb
<ComVisible(True)>
Public Class ArgumentCollection
    Inherits List(Of Argument)

The following members return ArgumentCollection objects:

Remarks

When handling the Document.CalculateDocumentVariable event, you can access the DOCVARIABLE field arguments via the CalculateDocumentVariableEventArgs.Arguments property.

Implements

IList<Argument>

ICollection<Argument>

IList

ICollection

IReadOnlyList<Argument>

IReadOnlyCollection<Argument>

IEnumerable<Argument>

IEnumerable

Inheritance

Object List<Argument> ArgumentCollection

See Also

ArgumentCollection Members

DevExpress.XtraRichEdit Namespace