Skip to main content

DocumentCustomProperties.Names Property

Gets a collection of custom property names.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

IEnumerable<string> Names { get; }

Property Value

Type Description
IEnumerable<String>

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

See Also