Skip to main content
Row

DocumentCustomProperties Interface

Contains custom document properties associated with a workbook.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public interface DocumentCustomProperties

The following members return DocumentCustomProperties objects:

Remarks

An object exposing the DocumentCustomProperties interface can be accessed using the DocumentProperties.Custom property.

See Also