Skip to main content

LayoutGroup.CustomDrawBackground Event

Allows you to custom paint the group’s client area background.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("CustomDraw")]
public event EventHandler<GroupBackgroundCustomDrawEventArgs> CustomDrawBackground

Event Data

The CustomDrawBackground event's data class is DevExpress.XtraEditors.GroupBackgroundCustomDrawEventArgs.

Remarks

See the LayoutControl.CustomDraw topic to learn more.

See Also