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

BaseLayoutItem.CustomDraw Event

Allows you to custom paint the current item.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.2.dll

Declaration

[DXCategory("CustomDraw")]
public virtual event EventHandler<ItemCustomDrawEventArgs> CustomDraw

Event Data

The CustomDraw event's data class is DevExpress.XtraLayout.ItemCustomDrawEventArgs.

Remarks

You can use the CustomDraw or LayoutControl.CustomDraw event to custom paint layout items. To learn more, see the LayoutControl.CustomDraw topic.

See Also