WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ReminderMapping - WPF API Reference | Syncfusion SchedulerReminder properties to data object. ">

    Show / Hide Table of Contents

    Class ReminderMapping

    Represents a class that provides mapping information about SchedulerReminder properties to data object.

    Inheritance
    System.Object
    ReminderMapping
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 mapping which binds the IsDismissed property to a field in reminder data object.

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

    ReminderTimeInterval

    Gets or sets the mapping which binds the ReminderTimeInterval property to field in reminder data object.

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