Skip to main content

ReminderBaseAlertNotificationCollection.Add(ReminderBaseAlertNotification) Method

Appends the specified ReminderBaseAlertNotification object to the current collection.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v24.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

#Declaration

public int Add(
    ReminderBaseAlertNotification obj
)

#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