ReminderBaseAlertNotificationCollection.Add(ReminderBaseAlertNotification) Method
Appends the specified ReminderBaseAlertNotification object to the current collection.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
obj | ReminderBaseAlertNotification | A ReminderBaseAlertNotification object to append to the collection. |
Returns
Type | Description |
---|---|
Int32 | An integer value indicating the position into which the new element was inserted. |
Remarks
This method adds a ReminderBaseAlertNotification object to the end of the collection.
See Also