DialogEditFormBehavior.AllowCancelAsyncOperations Property
Gets or sets whether users can cancel asynchronous “Post Changes” operations.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.Extensions.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Remarks
If you set the AllowCancelAsyncOperations
property to true
, DialogEditFormBehavior displays the “Cancel” button during the asynchronous “Post Changes” operation.
See Also