Interface IDetailsViewNotifier
Interface used to hold the information related to the Details View Notify Listener and suspend, resume methods.
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public interface IDetailsViewNotifier
Properties
IsListenerSuspended
Declaration
bool IsListenerSuspended { get; }
Property Value
Type |
Description |
System.Boolean |
|
NotifyListener
Declaration
IDetailsViewNotifyListener NotifyListener { get; }
Property Value
Methods
ResumeNotifyListener()
Declaration
void ResumeNotifyListener()
SetNotifierListener(IDetailsViewNotifyListener)
Declaration
void SetNotifierListener(IDetailsViewNotifyListener notifyListener)
Parameters
SuspendNotifyListener()
Declaration
void SuspendNotifyListener()