Class GridDataDetailsViewExpandingEventArgs
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 GridDataDetailsViewExpandingEventArgs : SyncfusionCancelEventArgs
Constructors
GridDataDetailsViewExpandingEventArgs(GridDataRecord)
Declaration
public GridDataDetailsViewExpandingEventArgs(GridDataRecord record)
Parameters
Type | Name | Description |
---|---|---|
GridDataRecord | record |
Properties
DetailsViewDataContext
Gets or sets the ChildItemsSource.
Declaration
public object DetailsViewDataContext { get; set; }
Property Value
Type | Description |
---|---|
System.Object | ChildItemsSource. |
DetailsViewTemplate
Gets or sets the details view template.
Declaration
public DataTemplate DetailsViewTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.DataTemplate | The details view template. |
Handled
Gets or sets Handled
Declaration
public bool Handled { get; set; }
Property Value
Type |
---|
System.Boolean |
Record
Gets the record.
Declaration
public GridDataRecord Record { get; }
Property Value
Type | Description |
---|---|
GridDataRecord | The record. |