Setting this property to True will display a checkbox in the reminder that will allow users
to skip further notifications.
Namespace: Telerik.Windows.Controls.RemindersAssembly: Telerik.Windows.Controls.Primitives (in Telerik.Windows.Controls.Primitives.dll) Version: 2013.1.422.2040 (2013.1.0422.2040)
Syntax
C# |
---|
public bool AllowUsersToSkipFurtherReminders { get; set; } |
Visual Basic |
---|
Public Property AllowUsersToSkipFurtherReminders As Boolean
Get
Set |
Visual C++ |
---|
public:
property bool AllowUsersToSkipFurtherReminders {
bool get ();
void set (bool value);
} |
See Also