Back to Devexpress

TileControl.PaintEx Event

windowsforms-devexpress-dot-xtraeditors-dot-tilecontrol-01c4a3c5.md

latest1.2 KB
Original Source

TileControl.PaintEx Event

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Behavior")]
public event TileControlPaintExEventHandler PaintEx
vb
<DXCategory("Behavior")>
Public Event PaintEx As TileControlPaintExEventHandler

Event Data

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

See Also

TileControl Class

TileControl Members

DevExpress.XtraEditors Namespace