[]
        
(Showing Draft Content)

C1.Android.Grid.GridCellView.OnRenderValidation

OnRenderValidation Method

OnRenderValidation(Canvas, C1Rect)

Called when the validation indicators need to be drawn.

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

The drawing context used to paint the background.

C1Rect backgroundArea

The rectangle of the background.