CustomizeWindowCaptionEventArgs.WindowCaption Property
In This Article
Represents a Window caption.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public SplitString WindowCaption { get; }
#Property Value
Type | Description |
---|---|
Split |
The Split |
#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