WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IDetailsViewNotifier - WPF 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.UI.Xaml.Grid
    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
    Type Description
    IDetailsViewNotifyListener

    Methods

    ResumeNotifyListener()

    Declaration
    void ResumeNotifyListener()

    SetNotifierListener(IDetailsViewNotifyListener)

    Declaration
    void SetNotifierListener(IDetailsViewNotifyListener notifyListener)
    Parameters
    Type Name Description
    IDetailsViewNotifyListener notifyListener

    SuspendNotifyListener()

    Declaration
    void SuspendNotifyListener()
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved