[]
        
(Showing Draft Content)

C1.Win.FlexGrid.C1FlexGridBase.RowDetailsApplying

RowDetailsApplying Event

Fires for each data object in the C1FlexGrid’s data source during of assigning the RowDetailProvider property.

Namespace: C1.Win.FlexGrid
Assembly: C1.Win.FlexGrid.8.dll
Syntax
public event EventHandler<RowDetailsApplyingEventArgs> RowDetailsApplying
Returns
Type Description
EventHandler<RowDetailsApplyingEventArgs> Fires for each data object in the C1FlexGrid’s data source during of assigning the property.
Remarks

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.