Class PopupOpenedEventArgs
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class PopupOpenedEventArgs : SyncfusionRoutedEventArgs
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 List<FilterElement> ItemsSource { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<FilterElement> | The record. |