Back to Devexpress

RemindersFormActionEventArgs.ActionType Property

windowsforms-devexpress-dot-xtrascheduler-dot-remindersformactioneventargs.md

latest1.5 KB
Original Source

RemindersFormActionEventArgs.ActionType Property

Gets the type of the Reminders Form action.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public RemindersFormActionType ActionType { get; }
vb
Public ReadOnly Property ActionType As RemindersFormActionType

Property Value

TypeDescription
RemindersFormActionType

The type of the Reminders Form action.

|

Available values:

NameDescription
OnFormClose

The form close button is pressed.

| | Dismiss |

The Dismiss button is pressed.

| | DismissAll |

The Dismiss All button is pressed.

| | Snooze |

The Snooze button is pressed.

|

See Also

RemindersFormActionEventArgs Class

RemindersFormActionEventArgs Members

DevExpress.XtraScheduler Namespace