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


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

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

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the DetailsExpansionChangingEventArgs class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value that indicates if the routed event is to be canceled.  
    Public PropertyGets the DataGridContext of the master data item.  
    Public Property (Inherited from System.Windows.RoutedEventArgs)
    Public PropertyGets a value that indicates if the detail grid is expanding (true), or collapsing (false).  
    Public PropertyGets the data item whose detail grid is to be expanded or collapsed.  
    Public Property (Inherited from System.Windows.RoutedEventArgs)
    Public Property (Inherited from System.Windows.RoutedEventArgs)
    Public PropertyGets a dictionary of collections associated to each detail grid pertaining to the master item.  
    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