Skip to main content

DataLayoutControl.AutoGeneratedUI Event

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

Namespace: DevExpress.Xpf.LayoutControl

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

NuGet Package: DevExpress.Wpf.LayoutControl

Declaration

public event EventHandler AutoGeneratedUI

Event Data

The AutoGeneratedUI event's data class is EventArgs.

See Also