Skip to main content
.NET 6.0+

CustomizeWindowCaptionEventArgs.WindowCaption Property

Represents a Window caption.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public SplitString WindowCaption { get; }

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