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

    Parameters

    grid
    The grid.
    See Also