Skip to main content
All docs
V25.1
  • ReminderInfoCollectionXmlPersistenceHelper(ReminderInfoCollection) Constructor

    Initializes a new instance of the ReminderInfoCollectionXmlPersistenceHelper class with specified settings.

    Namespace: DevExpress.XtraScheduler.Xml

    Assembly: DevExpress.XtraScheduler.v25.1.Core.dll

    NuGet Package: DevExpress.Scheduler.Core

    Declaration

    public ReminderInfoCollectionXmlPersistenceHelper(
        ReminderInfoCollection reminderInfos
    )

    Parameters

    Name Type Description
    reminderInfos DevExpress.XtraScheduler.Xml.ReminderInfoCollection

    A collection of objects that contain reminder onformation.

    See Also