Class GridDetailsViewExpandedEventArgs
Provides data for DetailsViewExpanded event.
Inherited Members
Namespace: Syncfusion.UI.Xaml.DataGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class GridDetailsViewExpandedEventArgs : GridEventArgs
Constructors
GridDetailsViewExpandedEventArgs(Object)
Initializes a new instance of GridDetailsViewExpandedEventArgs class.
Declaration
public GridDetailsViewExpandedEventArgs(object dataGrid)
Parameters
Type | Name | Description |
---|---|---|
System.Object | dataGrid | The SfDataGrid. |
Properties
DetailsViewItemsSource
Gets or sets the collection of element that is being populated as an ItemsSource of DetailsView.
Declaration
public Dictionary<string, IEnumerable> DetailsViewItemsSource { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Collections.IEnumerable> | Key: RelationalColumn. |
Record
Gets the record of the corresponding DataGrid.
Declaration
public object Record { get; }
Property Value
Type | Description |
---|---|
System.Object | The record of the corresponding DataGrid. |