Skip to main content
All docs
V25.1
  • Row

    ReadOnlyDocumentCustomProperties.Names Property

    Returns a collection of custom property names.

    Namespace: DevExpress.Spreadsheet

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

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    IEnumerable<string> Names { get; }

    Property Value

    Type Description
    IEnumerable<String>

    An enumerator that supports iteration over the collection.

    See Also