WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PopupOpenedEventArgs - WPF API Reference | Syncfusion SfMultiColumnDropDownControl. ">

    Show / Hide Table of Contents

    Class PopupOpenedEventArgs

    Provides data for pop-up opened event in SfMultiColumnDropDownControl.

    Inheritance
    System.Object
    System.EventArgs
    EventArgsExt
    PopupOpenedEventArgs
    Inherited Members
    EventArgsExt.OriginalSource
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class PopupOpenedEventArgs : EventArgsExt

    Constructors

    PopupOpenedEventArgs()

    Initializes a new instance of the PopupOpenedEventArgs class.

    Declaration
    public PopupOpenedEventArgs()

    PopupOpenedEventArgs(RoutedEvent, Object)

    Initializes a new instance of the PopupOpenedEventArgs class.

    Declaration
    public PopupOpenedEventArgs(RoutedEvent routedEvent, object source)
    Parameters
    Type Name Description
    System.Windows.RoutedEvent routedEvent

    The routed event identifier for this instance of the System.Windows.RoutedEventArgs class.

    System.Object source

    An alternate source that will be reported when the event is handled. This pre-populates the System.Windows.RoutedEventArgs.Source property.

    Properties

    ItemsSource

    Gets or sets the record.

    Declaration
    public IEnumerable<FilterElement> ItemsSource { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<FilterElement>

    The record.

    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved