Class GridDataRecordExpandingEventArgs
Provides ItemsSource, Record when the record is expanded.
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public sealed class GridDataRecordExpandingEventArgs : SyncfusionCancelEventArgs
Constructors
GridDataRecordExpandingEventArgs()
Declaration
public GridDataRecordExpandingEventArgs()
Properties
ChildItemsSource
Gets or sets the ChildItemsSource.
Declaration
public object ChildItemsSource { get; set; }
Property Value
Type | Description |
---|---|
System.Object | ChildItemsSource. |
Handled
Gets or sets Handled
Declaration
public bool Handled { get; set; }
Property Value
Type |
---|
System.Boolean |
Record
Gets the record.
Declaration
public object Record { get; }
Property Value
Type | Description |
---|---|
System.Object | The record. |