Interface IUiCancellable
Interface for a UI component that can be cancelled.
Namespace: Serenity.Ui.Application.Interfaces.Components
Assembly: Serenity.Ui.Application.dll
Syntax
public interface IUiCancellable : IComponent, IFoundationSettings
Properties
CancellableActions
Gets or sets the actions to be performed when the component is cancelled.
Declaration
IUiCancellableActions CancellableActions { get; set; }
Property Value
| Type | Description |
|---|---|
| IUiCancellableActions | The actions to be performed when the component is cancelled. |
Methods
Cancel()
Cancels the current operation.
Declaration
void Cancel()