Class GridDataDetailsViewExpandedEventArgs
Provides DataContext, Template when the details view is expanded.
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public sealed class GridDataDetailsViewExpandedEventArgs : SyncfusionEventArgs
Constructors
GridDataDetailsViewExpandedEventArgs(GridDataRecord)
Declaration
public GridDataDetailsViewExpandedEventArgs(GridDataRecord record)
Parameters
Type | Name | Description |
---|---|---|
GridDataRecord | record |
Properties
DetailsViewDataContext
Gets or sets the ChildItemsSource.
Declaration
public object DetailsViewDataContext { get; }
Property Value
Type | Description |
---|---|
System.Object | ChildItemsSource. |
DetailsViewTemplate
Gets or sets the details view template.
Declaration
public DataTemplate DetailsViewTemplate { get; }
Property Value
Type | Description |
---|---|
System.Windows.DataTemplate | The details view template. |
Record
Gets the record.
Declaration
public GridDataRecord Record { get; }
Property Value
Type | Description |
---|---|
GridDataRecord | The record. |