Class PreviewRowCollapsingEventArgs
Represents a class that provides the data for the PreviewRowCollapsing event.
Inherited Members
Namespace: Syncfusion.WinForms.DataGrid.Events
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class PreviewRowCollapsingEventArgs : GridCancelEventArgs
Constructors
PreviewRowCollapsingEventArgs(Object)
Initializes a new instance of the PreviewRowCollapsingEventArgs class.
Declaration
public PreviewRowCollapsingEventArgs(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. |