Class DataGridDetailsViewCollapsingEventArgs
Provides data for DetailsViewCollapsing event.
Inheritance
System.Object
DataGridDetailsViewCollapsingEventArgs
Namespace: Syncfusion.Maui.DataGrid
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public class DataGridDetailsViewCollapsingEventArgs : CancelEventArgs
Constructors
DataGridDetailsViewCollapsingEventArgs()
Declaration
public DataGridDetailsViewCollapsingEventArgs()
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 |