Skip to main content

DataLayoutControl.AutoGeneratedGroup Event

In This Article

Allows you to customize a group when it is auto-generated during layout generation.

Namespace: DevExpress.Xpf.LayoutControl

Assembly: DevExpress.Xpf.LayoutControl.v14.2.dll

#Declaration

public event EventHandler<DataLayoutControlAutoGeneratedGroupEventArgs> AutoGeneratedGroup

#Event Data

The AutoGeneratedGroup event's handler receives an argument of the DataLayoutControlAutoGeneratedGroupEventArgs type. The following properties provide information specific to this event:

Property Description
Group Gets the group that has been generated.
See Also