Back to Devexpress

DocumentCustomProperties.Names Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-documentcustomproperties.md

latest1.4 KB
Original Source

DocumentCustomProperties.Names Property

Gets a collection of custom property names.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
IEnumerable<string> Names { get; }
vb
ReadOnly Property Names As IEnumerable(Of String)

Property Value

TypeDescription
IEnumerable<String>

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

|

See Also

DocumentCustomProperties Interface

DocumentCustomProperties Members

DevExpress.XtraRichEdit.API.Native Namespace