[]
Fires for each data object in the C1FlexGrid’s data source during of assigning the RowDetailProvider property.
public event EventHandler<RowDetailsApplyingEventArgs> RowDetailsApplying
Type | Description |
---|---|
EventHandler<RowDetailsApplyingEventArgs> | Fires for each data object in the C1FlexGrid’s data source during of assigning the property. |
The event arguments contain DataObject property representing the data object in the corresponding data source.
Application can analyze DataObject property and cancel applying details for individual rows by setting event arguments’ Cancel property to true.