Skip to main content

SpreadsheetDocumentInfo.LastModifyTime Property

Gets the last modify time for the document.

Namespace: DevExpress.Web.Office

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

NuGet Package: DevExpress.Web.Office

Declaration

public override DateTime? LastModifyTime { get; }

Property Value

Type Description
Nullable<DateTime>

A nullable value that is the last modify time.

See Also