DocumentVariableCollection.Names Property
Gets the collection of the document variable names.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
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