TcxCustomLookAndFeelPainter.DrawDataRowLayoutContent(TcxCanvas,TRect) Method
Draws the background of a custom or automatically generated row layout.
Declaration
procedure DrawDataRowLayoutContent(ACanvas: TcxCanvas; const ABounds: TRect);
Parameters
Name | Type | Description |
---|---|---|
ACanvas | TcxCanvas | The target row’s canvas. |
ABounds | TRect | The target row’s bounds. |
Remarks
You can override this procedure in a TcxCustomLookAndFeelPainter class descendant to custom draw the background of rows.
See Also