menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ReminderMapping - WPF 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
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Scheduler
    Assembly: Syncfusion.SfScheduler.WPF.dll
    Syntax
    public class ReminderMapping

    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

    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