Skip to main content
.NET 6.0+

View.ControlsCreating Event

Occurs before creating controls for a View.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public event EventHandler ControlsCreating

Event Data

The ControlsCreating event's data class is EventArgs.

Remarks

This event is raised by the View.CreateControls method before creating controls for the current View.

See Also