Class AutoGeneratingRelationsEventArgs
Represents a class that provides the data for AutoGeneratingRelations event.
Inherited Members
Namespace: Syncfusion.WinForms.DataGrid.Events
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class AutoGeneratingRelationsEventArgs : GridCancelEventArgs
Constructors
AutoGeneratingRelationsEventArgs(GridViewDefinition, Object)
Initializes a new instance of the AutoGeneratingRelationsEventArgs class.
Declaration
public AutoGeneratingRelationsEventArgs(GridViewDefinition gridView, object originalSource)
Parameters
| Type | Name | Description |
|---|---|---|
| GridViewDefinition | gridView | The GridViewDefinition. |
| System.Object | originalSource | The original source of the event. |
Properties
GridViewDefinition
Gets or sets the GridViewDefinition.
Declaration
public GridViewDefinition GridViewDefinition { get; set; }
Property Value
| Type |
|---|
| GridViewDefinition |