Skip to main content
A newer version of this page is available. .

CustomizeWindowCaptionEventArgs.WindowCaption Property

Represents a Window caption.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v18.2.dll

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