Class DataGridDetailsViewCollapsedEventArgs
Provides data for DetailsViewCollapsed event.
Inheritance
System.Object
DataGridDetailsViewCollapsedEventArgs
Namespace: Syncfusion.Maui.DataGrid
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public class DataGridDetailsViewCollapsedEventArgs : EventArgs
Constructors
DataGridDetailsViewCollapsedEventArgs()
Declaration
public DataGridDetailsViewCollapsedEventArgs()
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. |
RowTemplate
Gets or sets the DetailsView Row Template
Declaration
public DataTemplate RowTemplate { get; set; }
Property Value
| Type |
|---|
| Microsoft.Maui.Controls.DataTemplate |