Class DetailsViewExpandingEventArgs
Represents a class that provides the data for DetailsViewExpanding event.
Inherited Members
Namespace: Syncfusion.WinForms.DataGrid.Events
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class DetailsViewExpandingEventArgs : GridCancelEventArgs
Constructors
DetailsViewExpandingEventArgs(Object)
Initializes a new instance of the DetailsViewExpandingEventArgs class.
Declaration
public DetailsViewExpandingEventArgs(object dataGrid)
Parameters
Type | Name | Description |
---|---|---|
System.Object | dataGrid | The object of SfDataGrid. |
Properties
DetailsViewDataSource
Gets or sets the DetailsViewDataSource.
Declaration
public Dictionary<string, IEnumerable> DetailsViewDataSource { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Collections.IEnumerable> | Key: RelationalColumn. |
Record
Gets the underlying record.
Declaration
public object Record { get; }
Property Value
Type | Description |
---|---|
System.Object | The record. |