ControlsCreatingEventArgs Class
In This Article
Provides data for the WebApplication.ControlsCreating event.
Namespace: DevExpress.ExpressApp.Web
Assembly: DevExpress.ExpressApp.Web.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Web
#Declaration
#Remarks
You can access a Page object specifying the Web Forms page via the ControlsCreatingEventArgs.Page property.
See Also