Skip to main content
A newer version of this page is available. .

SpreadsheetDocumentInfo.LastModifyTime Property

Gets the last modify time for the document.

Namespace: DevExpress.Web.Office

Assembly: DevExpress.Web.ASPxSpreadsheet.v18.2.dll

Declaration

public override DateTime? LastModifyTime { get; }

Property Value

Type Description
Nullable<DateTime>

A nullable DateTime value that is the last modify time.

See Also