View.ControlsCreating Event
In This Article
Occurs before creating controls for a View.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.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