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

LayoutGroup.CustomDrawBackground Event

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

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.2.dll

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