New to Telerik UI for WPFStart a free 30-day trial

Represents a interface for suspend notifications.

Definition

Properties

Gets or sets a value indicating whether change notifications are suspended.

C#
bool NotificationsSuspended { get; }
Property Value:

True if notifications are suspended, otherwise, false.

Methods

Resumes the notifications.

C#
void ResumeNotifications()

Suspends the notifications.

C#
void SuspendNotifications()