Class GridDetailsViewCollapsedEventArgs
Provides data for DetailsViewCollapsed event.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public class GridDetailsViewCollapsedEventArgs : GridEventArgsConstructors
GridDetailsViewCollapsedEventArgs(Object)
Initializes a new instance of GridDetailsViewCollapsedEventArgs class.
Declaration
public GridDetailsViewCollapsedEventArgs(object dataGrid)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | dataGrid | The corresponding Data grid. | 
Properties
Record
Gets the record of the corresponding parent grid.
Declaration
public object Record { get; }Property Value
| Type | Description | 
|---|---|
| System.Object | The record of the corresponding parent grid. |