C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / TransposedGridBehavior Class / OnDetachingFrom Method
The grid.
In This Topic
OnDetachingFrom Method (TransposedGridBehavior)
In This Topic
Called before the behavior is detached from the control.
Syntax
protected override void OnDetachingFrom( 
   FlexGrid grid
)

Parameters

grid
The grid.
See Also