Class BeforeGroupBarItemPopupOpenedEventArgs
Class Represents the before Group bar item popup open event
Inheritance
System.Object
BeforeGroupBarItemPopupOpenedEventArgs
Namespace: Syncfusion.Windows.Tools
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class BeforeGroupBarItemPopupOpenedEventArgs : Object
Constructors
BeforeGroupBarItemPopupOpenedEventArgs(GroupBarItem)
Initializes a new instance of the BeforeGroupBarItemPopupOpenedEventArgs class.
Declaration
public BeforeGroupBarItemPopupOpenedEventArgs(GroupBarItem barItem)
Parameters
Type | Name | Description |
---|---|---|
GroupBarItem | barItem | The GroupBarItem to display in popUp. |
Properties
To
Gets the GroupBarItem that should be displayed in popUp.
Declaration
public GroupBarItem To { get; }
Property Value
Type | Description |
---|---|
GroupBarItem | Type: GroupBarItem |