Skip to main content
All docs
V25.1
  • ReadOnlyDocumentCustomProperties.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>

    The collection of names.

    See Also