View.ControlsCreating Event
Occurs before creating controls for a View.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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