WPF

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

    Show / Hide Table of Contents

    Class BeforeGroupBarItemPopupOpenedEventArgs

    Class Represents the before Group bar item popup open event

    Inheritance
    System.Object
    BeforeGroupBarItemPopupOpenedEventArgs
    Inherited Members
    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.Windows.Tools
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public class BeforeGroupBarItemPopupOpenedEventArgs

    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 - 2023 Syncfusion Inc. All Rights Reserved