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


In This Topic
    DetailsExpansionChangingEventArgs Class Properties
    In This Topic

    For a list of all members of this type, see DetailsExpansionChangingEventArgs members.

    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
    See Also