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

DocumentSavingEventArgs.DocumentID Property

Gets the document’s unique identifier.

Namespace: DevExpress.Web.Office

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public string DocumentID { get; }

Property Value

Type Description
String

A string value that is the unique document identifier.

See Also