[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridCellView.OnRenderValidation

OnRenderValidation Method

OnRenderValidation(CanvasDrawingSession, Rect)

Called when the validation indicators need to be drawn.

Declaration
protected virtual void OnRenderValidation(CanvasDrawingSession drawingContext, Rect backgroundArea)
Protected Overridable Sub OnRenderValidation(drawingContext As CanvasDrawingSession, backgroundArea As Rect)
Parameters
Type Name Description
CanvasDrawingSession drawingContext

The drawing context used to paint the background.

Rect backgroundArea

The rectangle of the background.