Interface
ISuspendNotifications

Represents a interface for suspending notifications.

Definition

Namespace:Telerik.Core

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public interface ISuspendNotifications

Derived Classes: DependencyObjectItemCollection<TItem>ObservableItemCollection<T>RadObservableCollection<T>PropertyDefinitionCollectionDataPointCollectionHeatMapRangeColorCollectionMemberMappingsCollection

Properties

NotificationsSuspended

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

Declaration

cs-api-definition
bool NotificationsSuspended { get; }

Property Value

bool

True if notifications are suspended, otherwise, false.

Methods

ResumeNotifications()

Resumes the notifications.

Declaration

cs-api-definition
void ResumeNotifications()

SuspendNotifications()

Suspends the notifications.

Declaration

cs-api-definition
void SuspendNotifications()