Skip to main content
A newer version of this page is available. .

ReminderBaseAlertNotificationCollection.Add(ReminderBaseAlertNotification) Method

Appends the specified ReminderBaseAlertNotification object to the current collection.

Namespace: DevExpress.XtraScheduler

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

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