CustomizeWindowCaptionEventArgs.WindowCaption Property
Represents a Window caption.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
SplitString | The SplitString representing a Window caption. |
Remarks
The WindowCaption can be used in a CustomizeWindowCaptionEventArgs event handler to modify a Window caption. Refer to the How to: Customize a Window Caption topic, for details.
See Also