Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / GroupExpansionChangingEventArgs Class
Members


In This Topic
    GroupExpansionChangingEventArgs Class
    In This Topic
    Provides information on the group that is being expanded/collapsed.
    Syntax
    'Declaration
     
    Public Class GroupExpansionChangingEventArgs 
       Inherits System.Windows.RoutedEventArgs
    'Usage
     
    Dim instance As GroupExpansionChangingEventArgs
    public class GroupExpansionChangingEventArgs : System.Windows.RoutedEventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          System.Windows.RoutedEventArgs
             Xceed.Wpf.DataGrid.GroupExpansionChangingEventArgs

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the GroupExpansionChangingEventArgs class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value that indicates if the routed event is to be canceled.  
    Public PropertyGets the CollectionView of items pertaining to the current group.  
    Public PropertyGets the DataGridContext of the current group.  
    Public PropertyGets the current group.  
    Public Property (Inherited from System.Windows.RoutedEventArgs)
    Public PropertyGets a value that indicates if the group is expanding (true), or collapsing (false).  
    Public Property (Inherited from System.Windows.RoutedEventArgs)
    Public Property (Inherited from System.Windows.RoutedEventArgs)
    Public Property (Inherited from System.Windows.RoutedEventArgs)
    Top
    Protected Methods
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also