menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SchedulerReminderMapping - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SchedulerReminderMapping

    Represents a class that provides mapping information about SchedulerReminder properties.

    Inheritance
    System.Object
    SchedulerReminderMapping
    Namespace: Syncfusion.Maui.Scheduler
    Assembly: Syncfusion.Maui.Scheduler.dll
    Syntax
    public class SchedulerReminderMapping : Object

    Constructors

    SchedulerReminderMapping()

    Initializes a new instance of the SchedulerReminderMapping class.

    Declaration
    public SchedulerReminderMapping()

    Properties

    IsDismissed

    Gets or sets the custom reminder IsDismissed property to map the scheduler reminder TimeBeforeStart property.

    Declaration
    public string IsDismissed { get; set; }
    Property Value
    Type
    System.String

    TimeBeforeStart

    Gets or sets the custom reminder TimeInterval property to map the scheduler reminder TimeBeforeStart property.

    Declaration
    public string TimeBeforeStart { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved