Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DocumentVariableCollection.Names Property

Gets the collection of the document variable names.

Namespace: DevExpress.XtraRichEdit

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

public IEnumerable<string> Names { get; }

Property Value

Type Description
IEnumerable<String>

A IEnumerable<T><String,> collection of variable names.

Remarks

Use the Names property to iterate over the collection of variable names.

See Also