DocumentCustomProperties.Names Property
In This Article
Gets a collection of custom property names.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
IEnumerable<string> Names { get; }
#Property Value
Type | Description |
---|---|
IEnumerable<String> | A IEnumerable |
See Also