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

DataLayoutControl.AutoGeneratedUI Event

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

Namespace: DevExpress.Xpf.LayoutControl

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

NuGet Package: DevExpress.Wpf.LayoutControl

Declaration

public event EventHandler AutoGeneratedUI

Event Data

The AutoGeneratedUI event's data class is EventArgs.

See Also