WindowTemplateController.CustomizeWindowCaption Event
Occurs before the Window caption is updated. Allows you to change the Window caption.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Event Data
The CustomizeWindowCaption event's data class is CustomizeWindowCaptionEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
WindowCaption | Represents a Window caption. |
Remarks
The WindowTemplateController event is raised before setting the Window caption text. Handle this event in a custom Window Controller, to modify a Window caption. Refer to the How to: Customize a Window Caption topic, for details. This event cannot be used to change popup window’s captions in ASP.NET Web Forms applications.
Note
You can use the WindowTemplateController.UpdateWindowCaption method to refresh the Window caption.