Class DataGridDetailsViewExpandingEventArgs
Provides data for DetailsViewExpanding event.
Inheritance
System.Object
DataGridDetailsViewExpandingEventArgs
Namespace: Syncfusion.Maui.DataGrid
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public class DataGridDetailsViewExpandingEventArgs : CancelEventArgs
Constructors
DataGridDetailsViewExpandingEventArgs()
Initializes a new instance of DataGridDetailsViewExpandingEventArgs class.
Declaration
public DataGridDetailsViewExpandingEventArgs()
Properties
DetailsViewItemsSource
Gets the collection of element that is being populated as an ItemsSource of DetailsView.
Declaration
public Dictionary<string, IEnumerable> DetailsViewItemsSource { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Collections.IEnumerable> | Key: RelationalColumn. |
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. |