Skip to main content

DataLayoutControl.AutoGeneratedUI Event

In This Article

Allows you to customize the layout after it has been auto generated.

Namespace: DevExpress.Xpf.LayoutControl

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

#Declaration

public event EventHandler AutoGeneratedUI

#Event Data

The AutoGeneratedUI event's handler receives an argument of the EventArgs type.

See Also