menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IDetailsViewNotifier - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved