C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / EmptyGridBehavior Class / OnAttachedTo Method
The grid.
In This Topic
OnAttachedTo Method (EmptyGridBehavior)
In This Topic
Called when the behavior is attached to the control.
Syntax
protected override void OnAttachedTo( 
   FlexGrid grid
)

Parameters

grid
The grid.
See Also