alexa
menu

WPF

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

    Show / Hide Table of Contents

    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

    See Also
    GroupBarItem
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved