Skip to main content

DocumentVariableCollection.Names Property

Gets the collection of the document variable names.

Namespace: DevExpress.XtraRichEdit

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

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

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