CustomizeWindowCaptionEventArgs(SplitString) Constructor
Initializes a new instance of the CustomizeWindowCaptionEventArgs class.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
windowCaption | SplitString | A Window caption represented by a SplitString. |
Remarks
Since the CustomizeWindowCaptionEventArgs supplies arguments to the WindowTemplateController.CustomizeWindowCaption event, raised automatically by the WindowTemplateController, you do not need to manually instantiate the CustomizeWindowEventArgs.
See Also