Class DetailsViewCollapsingEventArgs
Represents a class that provides the data for DetailsViewCollapsing event.
Inherited Members
Namespace: Syncfusion.WinForms.DataGrid.Events
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class DetailsViewCollapsingEventArgs : GridCancelEventArgs
Constructors
DetailsViewCollapsingEventArgs(Object)
Initializes a new instance of the DetailsViewCollapsingEventArgs class.
Declaration
public DetailsViewCollapsingEventArgs(object dataGrid)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | dataGrid | The object of SfDataGrid. |
Properties
Record
Gets the underlying record.
Declaration
public object Record { get; }
Property Value
| Type | Description |
|---|---|
| System.Object | The record. |