Class GridDetailsViewExpandedEventArgs
Provides data for DetailsViewExpanded event.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public class GridDetailsViewExpandedEventArgs : GridEventArgs
Constructors
GridDetailsViewExpandedEventArgs(Object)
Declaration
public GridDetailsViewExpandedEventArgs(object dataGrid)
Parameters
Type | Name | Description |
---|---|---|
System.Object | dataGrid |
Properties
DetailsViewItemsSource
Declaration
public Dictionary<string, IEnumerable> DetailsViewItemsSource { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Collections.IEnumerable> |
Record
Gets the record.
Declaration
public object Record { get; }
Property Value
Type | Description |
---|---|
System.Object | The record. |