Class DetailsViewExpandedEventArgs
Represents a class that provides the data for DetailsViewExpanded event.
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.WinForms.DataGrid.Events
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class DetailsViewExpandedEventArgs : GridEventArgs
Constructors
DetailsViewExpandedEventArgs(Object)
Initializes a new instance of the DetailsViewExpandedEventArgs class.
Declaration
public DetailsViewExpandedEventArgs(object dataGrid)
Parameters
Type | Name | Description |
---|---|---|
System.Object | dataGrid | The object of SfDataGrid. |
Properties
DetailsViewDataSource
Gets the DetailsViewDataSource.
Declaration
public Dictionary<string, IEnumerable> DetailsViewDataSource { get; }
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. |