menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ReminderMapping - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ReminderMapping

    Represents a class that provides mapping between SchedulerReminder properties and a data object.

    Inheritance
    System.Object
    ReminderMapping
    Namespace: Syncfusion.UI.Xaml.Scheduler
    Assembly: Syncfusion.Scheduler.WinUI.dll
    Syntax
    public class ReminderMapping : Object

    Constructors

    ReminderMapping()

    Declaration
    public ReminderMapping()

    Properties

    IsDismissed

    Gets or sets the name of the property in reminder data object for the IsDismissed property.

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

    ReminderAlertTime

    Gets or sets the name of the property in reminder data object for the ReminderAlertTime property.

    Declaration
    public string ReminderAlertTime { get; set; }
    Property Value
    Type
    System.String
    See Also
    ReminderAlertTime

    ReminderTimeInterval

    Gets or sets the name of the property in reminder data object for the ReminderTimeInterval property.

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