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

DocumentSavingEventArgs.MultiUserConflict Property

Gets a value identifying the multi-user conflict reason.

Namespace: DevExpress.Web.Office

Assembly: DevExpress.Web.v18.2.dll

Declaration

public MultiUserConflict MultiUserConflict { get; }

Property Value

Type Description
MultiUserConflict

One of the MultiUserConflict values.

Available values:

Name Description
None

There is no multi-user conflict.

OtherUserDocumentOverride

The target open document containing unsaved changes from another user is about to be overridden.

OpenedDocumentDeleting

The target open document is about to be deleted.

See Also