RemindersFormActionEventArgs.ActionType Property
In This Article
Gets the type of the Reminders Form action.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
public RemindersFormActionType ActionType { get; }
#Property Value
Type | Description |
---|---|
Reminders |
The type of the Reminders Form action. |
Available values:
Name | Description |
---|---|
On |
The form close button is pressed. |
Dismiss | The |
Dismiss |
The |
Snooze | The |
See Also