C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / EmptyGridBehavior Class / OnDetachingFrom Method
The grid.
In This Topic
OnDetachingFrom Method (EmptyGridBehavior)
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