Skip to main content

BaseLayoutItem.CustomDraw Event

Allows you to custom paint the current item.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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