UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IDetailsViewNotifier

    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.UWP.dll
    Syntax
    public interface IDetailsViewNotifier

    Properties

    IsListenerSuspended

    Gets a value indicating whether the NotifyListener suspended or not.

    Declaration
    bool IsListenerSuspended { get; }
    Property Value
    Type Description
    System.Boolean

    NotifyListener

    Gets the IDetailsViewNotifyListener for NotifyListener.

    Declaration
    IDetailsViewNotifyListener NotifyListener { get; }
    Property Value
    Type Description
    IDetailsViewNotifyListener

    Methods

    ResumeNotifyListener()

    Resumes the Notify Listener.

    Declaration
    void ResumeNotifyListener()

    SetNotifierListener(IDetailsViewNotifyListener)

    Sets the Notify listener.

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

    The corresponding IDetailsViewNotifyListener

    SuspendNotifyListener()

    Suspends the Notify Listener.

    Declaration
    void SuspendNotifyListener()

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved