FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridTextCellView Class / OnRenderValidation Method
The drawing context used to paint the background.
The rectangle of the background.

In This Topic
    OnRenderValidation Method (GridTextCellView)
    In This Topic
    Called when the validation indicators need to be drawn.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnRenderValidation( _
       ByVal drawingContext As DrawingContext, _
       ByVal backgroundArea As Rect _
    ) 
    protected virtual void OnRenderValidation( 
       DrawingContext drawingContext,
       Rect backgroundArea
    )

    Parameters

    drawingContext
    The drawing context used to paint the background.
    backgroundArea
    The rectangle of the background.
    See Also