DocumentSavingEventArgs.MultiUserConflict Property
In This Article
Identifies the multi-user conflict reason.
Namespace: DevExpress.Web.Office
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public MultiUserConflict MultiUserConflict { get; }
#Property Value
Type | Description |
---|---|
Multi |
One of the Multi |
Available values:
Name | Description |
---|---|
None | There is no multi-user conflict. |
Other |
The target open document containing unsaved changes from another user is about to be overridden. |
Opened |
The target open document is about to be deleted. |
See Also