Skip to main content
All docs
V23.2
Row

ReadOnlyDocumentCustomProperties.Names Property

Returns a collection of custom property names.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.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