Skip to main content

DocumentVariableCollection.Item[String] Property

Calls the DocumentVariableCollection.GetVariableValue method with an empty argument collection.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v24.1.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public object this[string name] { get; set; }

Parameters

Name Type Description
name String

A string that is the document variable name.

Property Value

Type Description
Object

An object associated with the document variable or calculated in the corresponding event.

See Also