Interface IDetailsViewNotifier
Interface used to hold the information related to the Details View Notify Listener and suspend, resume methods.
Namespace: Syncfusion.WinForms.DataGrid
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public interface IDetailsViewNotifier
Properties
IsListenerSuspended
Gets a value indicating whether the listener is suspended or not.
Declaration
bool IsListenerSuspended { get; }
Property Value
Type |
---|
System.Boolean |
NotifyListener
Gets the listener to notify.
Declaration
IDetailsViewNotifyListener NotifyListener { get; }
Property Value
Type |
---|
IDetailsViewNotifyListener |
Methods
ResumeNotifyListener()
Resumes the listener.
Declaration
void ResumeNotifyListener()
SetNotifierListener(IDetailsViewNotifyListener)
Sets the listener to notify.
Declaration
void SetNotifierListener(IDetailsViewNotifyListener notifyListener)
Parameters
Type | Name | Description |
---|---|---|
IDetailsViewNotifyListener | notifyListener | The listener. |
SuspendNotifyListener()
Suspends the listener.
Declaration
void SuspendNotifyListener()