Skip to main content
A newer version of this page is available. .

TileControl.PaintEx Event

A DirectX-compatible method that replaces the standard Control.Paint method.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DXCategory("Behavior")]
public event TileControlPaintExEventHandler PaintEx

Event Data

The PaintEx event's data class is DevExpress.XtraEditors.TileControlPaintExEventArgs.

See Also